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

9 lines
196 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
import pytest
pytestmark = [
# 2021-02-01 needed until numba updates their usage
pytest.mark.filterwarnings(
r"ignore:`np\.int` is a deprecated alias:DeprecationWarning"
),
]