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 456738fCopy full SHA for 456738f
pytest.ini
@@ -1,8 +1,9 @@
1
[pytest]
2
-addopts = -l
+addopts = ["-l", "-ra", "--strict-markers", "--strict-config"]
3
norecursedirs = doc tools numpy/linalg/lapack_lite numpy/_core/code_generators numpy/_core/src/common/pythoncapi-compat
4
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES
5
junit_family=xunit2
6
+xfail_strict = True
7
8
filterwarnings =
9
error
@@ -29,4 +30,4 @@ filterwarnings =
29
30
ignore:`numpy.typing.mypy_plugin` is deprecated:DeprecationWarning
31
# Ignore DeprecationWarning from struct module
32
# see https://github.com/numpy/numpy/issues/28926
- ignore:Due to \'_pack_\', the
33
+ ignore:Due to \'_pack_\', the
0 commit comments