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 1931ee5 commit 8a8212dCopy full SHA for 8a8212d
pandas/tests/io/test_sql.py
@@ -2518,10 +2518,8 @@ def test_database_uri_string(request, test_frame1):
2518
2519
2520
@td.skip_if_installed("pg8000")
2521
-@pytest.mark.parametrize("conn", all_connectable)
2522
-def test_pg8000_sqlalchemy_passthrough_error(conn, request):
+def test_pg8000_sqlalchemy_passthrough_error(request):
2523
pytest.importorskip("sqlalchemy")
2524
- conn = request.getfixturevalue(conn)
2525
# using driver that will not be installed on CI to trigger error
2526
# in sqlalchemy.create_engine -> test passing of this error to user
2527
db_uri = "postgresql+pg8000://user:pass@host/dbname"
0 commit comments