projektAI/venv/Lib/site-packages/pandas/tests/io/pytables/__init__.py

13 lines
399 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
import pytest
pytestmark = [
# pytables https://github.com/PyTables/PyTables/issues/822
pytest.mark.filterwarnings(
"ignore:a closed node found in the registry:UserWarning"
),
pytest.mark.filterwarnings(r"ignore:tostring\(\) is deprecated:DeprecationWarning"),
pytest.mark.filterwarnings(
r"ignore:`np\.object` is a deprecated alias:DeprecationWarning"
),
]