Skip to content

Commit 6b4b9e7

Browse files
Remove importorskip("tables") from test_complex.py
1 parent 3056390 commit 6b4b9e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/pytables/test_complex.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
)
1111
import pandas._testing as tm
1212

13-
tables = pytest.importorskip("tables")
14-
1513

1614
def test_complex_fixed(tmp_path, setup_path):
1715
df = DataFrame(

0 commit comments

Comments
 (0)