We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f149c commit d5d36b4Copy full SHA for d5d36b4
pandas/tests/io/pytables/__init__.py
@@ -1,5 +1,7 @@
1
import pytest
2
3
+import pandas.util._test_decorators as td
4
+
5
pytestmark = [
6
# pytables https://github.com/PyTables/PyTables/issues/822
7
pytest.mark.filterwarnings(
@@ -9,4 +11,6 @@
9
11
10
12
r"ignore:`np\.object` is a deprecated alias:DeprecationWarning"
13
),
14
+ # TODO(ArrayManager) HDFStore relies on accessing the blocks
15
+ td.skip_array_manager_not_yet_implemented,
16
]
0 commit comments