Skip to content

Commit 130d3ab

Browse files
committed
fixup! Address @gfyoung reviews
1 parent c5064d4 commit 130d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/compression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_read_csv_infer_compression_pathlib(self, extension):
171171
"""
172172
Test that compression is inferred from pathlib.Path paths.
173173
"""
174-
pathlib = pytest.importskip('pathlib')
174+
pathlib = pytest.importorskip('pathlib')
175175
read_csv_kwargs = {'index_col': 0, 'parse_dates': True}
176176
expected = self.read_csv(self.csv1, **read_csv_kwargs)
177177
path = pathlib.Path(self.csv1 + extension)

0 commit comments

Comments
 (0)