Skip to content

Commit 03d29ba

Browse files
committed
fixup! ENH: Support fspath protocol
1 parent d5bd375 commit 03d29ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/test_common.py

-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ def test_write_fspath_all(self, writer_name, writer_kwargs, module):
161161
with open(path, 'rb') as f:
162162
expected = f.read()
163163

164-
os.remove(path)
165-
166164
writer(mypath, **writer_kwargs)
167165
with open(path, 'rb') as f:
168166
result = f.read()

0 commit comments

Comments
 (0)