Skip to content

Commit dd958ac

Browse files
committed
revert conftest
1 parent cfd0715 commit dd958ac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pandas/conftest.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import numpy
44
import pandas
55
import pandas.util._test_decorators as td
6-
from pandas.compat import PY2
76

87

98
def pytest_addoption(parser):
@@ -67,11 +66,7 @@ def ip():
6766
return InteractiveShell()
6867

6968

70-
@pytest.fixture(params=[None,
71-
'gzip',
72-
'bz2',
73-
pytest.mark.skipif(PY2, reason='zip compression not'
74-
' supported in Python 2.')('zip'),
69+
@pytest.fixture(params=[None, 'gzip', 'bz2', 'zip',
7570
pytest.param('xz', marks=td.skip_if_no_lzma)])
7671
def compression(request):
7772
"""

0 commit comments

Comments
 (0)