Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit456738f

Browse files
MNT: Options to catch more issues reported by pytest
Apply Repo-Review suggestions PP305, PP306, PP307, PP308.
1 parent4e628f4 commit456738f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎pytest.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[pytest]
2-
addopts =-l
2+
addopts =["-l","-ra","--strict-markers","--strict-config"]
33
norecursedirs = doc tools numpy/linalg/lapack_lite numpy/_core/code_generators numpy/_core/src/common/pythoncapi-compat
44
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES
55
junit_family=xunit2
6+
xfail_strict = True
67

78
filterwarnings =
89
error
@@ -29,4 +30,4 @@ filterwarnings =
2930
ignore:`numpy.typing.mypy_plugin` is deprecated:DeprecationWarning
3031
# Ignore DeprecationWarning from struct module
3132
# see https://github.com/numpy/numpy/issues/28926
32-
ignore:Due to \'_pack_\', the
33+
ignore:Due to \'_pack_\', the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp