Skip to content

Commit 39af977

Browse files
committed
drop unnecessary test warning filters
1 parent 65ff2cc commit 39af977

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,4 @@ testpaths = "tests"
108108
# https://docs.python.org/3/library/warnings.html#the-warnings-filter
109109
filterwarnings = [
110110
"ignore:Using or importing the ABCs:DeprecationWarning:.*patsy:",
111-
# deprecation warnings from numpy 1.20
112-
"ignore:`np.long` is a deprecated alias:DeprecationWarning:.*numba:",
113-
"ignore:`np.int` is a deprecated alias:DeprecationWarning:.*(numba|scipy):",
114-
"ignore:`np.bool` is a deprecated alias:DeprecationWarning:.*numba:",
115111
]

0 commit comments

Comments
 (0)