File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ stubdeps = [ # dependencies used for typehints in the stubs
225225 " pyarrow" ,
226226]
227227test = [ # dependencies used for running tests
228- " adbc-driver-manager" ,
228+ " adbc-driver-manager<1.8.0 " ,
229229 " pytest" ,
230230 " pytest-reraise" ,
231231 " pytest-timeout" ,
Original file line number Diff line number Diff line change 88
99import adbc_driver_duckdb .dbapi
1010
11- # When testing local, if you build via BUILD_PYTHON=1 make, you need to manually set up the
12- # dylib duckdb path.
1311driver_path = adbc_driver_duckdb .driver_path ()
1412
1513
@@ -29,7 +27,6 @@ def example_table():
2927 )
3028
3129
32- @pytest .mark .xfail
3330def test_connection_get_info (duck_conn ):
3431 assert duck_conn .adbc_get_info () != {}
3532
You can’t perform that action at this time.
0 commit comments