Skip to content

Commit e5032b9

Browse files
committed
Removed pytables min_version
1 parent 404b786 commit e5032b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/test_pytables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,6 @@ def test_put_compression(self):
716716
pytest.raises(ValueError, store.put, 'b', df,
717717
format='fixed', complib='zlib')
718718

719-
@td.skip_if_no('tables', min_version='2.2')
720719
@td.skip_if_windows_python_3
721720
def test_put_compression_blosc(self):
722721
df = tm.makeTimeDataFrame()

0 commit comments

Comments
 (0)