Skip to content

Commit 437d716

Browse files
committed
decommission compression_no_zip
1 parent e4966be commit 437d716

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pandas/conftest.py

-10
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ def compression(request):
7575
return request.param
7676

7777

78-
@pytest.fixture(params=[None, 'gzip', 'bz2',
79-
pytest.param('xz', marks=td.skip_if_no_lzma)])
80-
def compression_no_zip(request):
81-
"""
82-
Fixture for trying common compression types in compression tests
83-
except zip
84-
"""
85-
return request.param
86-
87-
8878
@pytest.fixture(scope='module')
8979
def datetime_tz_utc():
9080
from datetime import timezone

0 commit comments

Comments
 (0)