We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd26187 commit 6044ea0Copy full SHA for 6044ea0
tests/conftest.py
@@ -64,7 +64,7 @@ def pytest_runtest_call(item):
64
if sys.version_info[:2] == (3, 14):
65
try:
66
outcome.get_result()
67
- except Exception as e:
+ except duckdb.InvalidInputException as e:
68
if "'pandas' is required for this operation but it was not installed" in str(e):
69
pytest.skip("pandas not available - test requires pandas functionality")
70
else:
0 commit comments