Skip to content

Commit d5d36b4

Browse files
skip pytables tests
1 parent a0f149c commit d5d36b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/tests/io/pytables/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import pytest
22

3+
import pandas.util._test_decorators as td
4+
35
pytestmark = [
46
# pytables https://github.com/PyTables/PyTables/issues/822
57
pytest.mark.filterwarnings(
@@ -9,4 +11,6 @@
911
pytest.mark.filterwarnings(
1012
r"ignore:`np\.object` is a deprecated alias:DeprecationWarning"
1113
),
14+
# TODO(ArrayManager) HDFStore relies on accessing the blocks
15+
td.skip_array_manager_not_yet_implemented,
1216
]

0 commit comments

Comments
 (0)