summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-12-14 15:26:39 +0200
committerGitHub <noreply@github.com>2020-12-14 15:26:39 +0200
commit25ddde79eb14240b158c80abcece6f33663bbeb8 (patch)
tree368707cacb1114340c2ee3671671add8595966af
parent37db023706843afdd887f7dd22a38a30196ffea6 (diff)
parentbdb67012974c6da18fb00066e81ff903265b95fb (diff)
downloadnumpy-25ddde79eb14240b158c80abcece6f33663bbeb8.tar.gz
Merge pull request #17998 from mattip/pytest-6.2.0
TST: ignore pytest warning
-rw-r--r--pytest.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 149af04b8..dfad538c2 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -14,4 +14,5 @@ filterwarnings =
# Matrix PendingDeprecationWarning.
ignore:the matrix subclass is not
ignore:Importing from numpy.matlib is
-
+# pytest warning when using PYTHONOPTIMIZE
+ ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning