We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e628f4 commit ae73af6Copy full SHA for ae73af6
pytest.ini
@@ -4,6 +4,8 @@ norecursedirs = doc tools numpy/linalg/lapack_lite numpy/_core/code_generators n
4
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES
5
junit_family=xunit2
6
7
+addopts = ["-ra", "--strict-markers", "--strict-config"]
8
+xfail_strict = True
9
filterwarnings =
10
error
11
# Filter out annoying import messages.
@@ -29,4 +31,4 @@ filterwarnings =
29
31
ignore:`numpy.typing.mypy_plugin` is deprecated:DeprecationWarning
30
32
# Ignore DeprecationWarning from struct module
33
# see https://github.com/numpy/numpy/issues/28926
- ignore:Due to \'_pack_\', the
34
+ ignore:Due to \'_pack_\', the
0 commit comments