Skip to content

Commit 17d3c68

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1ee1b13 commit 17d3c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def postgresql_psycopg2_conn_types(postgresql_psycopg2_engine_types):
751751
def sqlite_str(temp_file):
752752
pytest.importorskip("sqlalchemy")
753753
name = str(temp_file)
754-
yield f"sqlite:///{name}"
754+
return f"sqlite:///{name}"
755755

756756

757757
@pytest.fixture

0 commit comments

Comments
 (0)