Skip to content

Commit 073a542

Browse files
committed
missed one
1 parent 491350c commit 073a542

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/io/test_common.py

-3
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ def test_stringify_path_fspath(self):
9999
])
100100
@pytest.mark.parametrize('path_type', path_types)
101101
def test_infer_compression_from_path(self, extension, expected, path_type):
102-
if expected == 'gzip':
103-
pytest.skip('trying to find unclosed socket causing that is '
104-
'causing a Resourcewarning')
105102
path = path_type('foo/bar.csv' + extension)
106103
compression = icom._infer_compression(path, compression='infer')
107104
assert compression == expected

0 commit comments

Comments
 (0)