Skip to content

Commit a6aabad

Browse files
committed
Remove unused tmpdir fixture argument
1 parent aa9ce13 commit a6aabad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/formats/test_to_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def test_to_csv_compression(self, compression_only,
353353
compression=read_compression)
354354
tm.assert_frame_equal(result, df)
355355

356-
def test_compression_defaults_to_infer(tmpdir):
356+
def test_compression_defaults_to_infer():
357357
"""
358358
Test that to_csv defaults to inferring compression from paths.
359359
https://github.com/pandas-dev/pandas/pull/22011

0 commit comments

Comments
 (0)