We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ff2cc commit 39af977Copy full SHA for 39af977
1 file changed
pyproject.toml
@@ -108,8 +108,4 @@ testpaths = "tests"
108
# https://docs.python.org/3/library/warnings.html#the-warnings-filter
109
filterwarnings = [
110
"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:",
115
]
0 commit comments