mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 02:23:48 +00:00
9 lines
196 B
Python
9 lines
196 B
Python
import pytest
|
|
|
|
pytestmark = [
|
|
# 2021-02-01 needed until numba updates their usage
|
|
pytest.mark.filterwarnings(
|
|
r"ignore:`np\.int` is a deprecated alias:DeprecationWarning"
|
|
),
|
|
]
|