Skip to content

Commit 825f2a8

Browse files
committed
don't use yield_fixture
1 parent 3fd3aca commit 825f2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def salaries_table(parser_data):
2929
return read_table(path)
3030

3131

32-
@pytest.yield_fixture
32+
@pytest.fixture
3333
def s3_resource(tips_file, jsonl_file):
3434
"""Fixture for mocking S3 interaction.
3535

0 commit comments

Comments
 (0)