Skip to content

Commit 9a293ed

Browse files
committed
pinning adbc-driver-manager to 1.7.0
1 parent a5d32a3 commit 9a293ed

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ stubdeps = [ # dependencies used for typehints in the stubs
225225
"pyarrow",
226226
]
227227
test = [ # dependencies used for running tests
228-
"adbc-driver-manager",
228+
"adbc-driver-manager<1.8.0",
229229
"pytest",
230230
"pytest-reraise",
231231
"pytest-timeout",

tests/fast/adbc/test_adbc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
import 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.
1311
driver_path = adbc_driver_duckdb.driver_path()
1412

1513

@@ -29,7 +27,6 @@ def example_table():
2927
)
3028

3129

32-
@pytest.mark.xfail
3330
def test_connection_get_info(duck_conn):
3431
assert duck_conn.adbc_get_info() != {}
3532

0 commit comments

Comments
 (0)