Skip to content

Commit 8a8212d

Browse files
committed
Remove another uneeded parametrization
1 parent 1931ee5 commit 8a8212d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/io/test_sql.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,10 +2518,8 @@ def test_database_uri_string(request, test_frame1):
25182518

25192519

25202520
@td.skip_if_installed("pg8000")
2521-
@pytest.mark.parametrize("conn", all_connectable)
2522-
def test_pg8000_sqlalchemy_passthrough_error(conn, request):
2521+
def test_pg8000_sqlalchemy_passthrough_error(request):
25232522
pytest.importorskip("sqlalchemy")
2524-
conn = request.getfixturevalue(conn)
25252523
# using driver that will not be installed on CI to trigger error
25262524
# in sqlalchemy.create_engine -> test passing of this error to user
25272525
db_uri = "postgresql+pg8000://user:pass@host/dbname"

0 commit comments

Comments
 (0)