diff options
author | mattip <matti.picus@gmail.com> | 2020-12-14 11:42:24 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-12-14 11:42:24 +0200 |
commit | bdb67012974c6da18fb00066e81ff903265b95fb (patch) | |
tree | 368707cacb1114340c2ee3671671add8595966af | |
parent | 37db023706843afdd887f7dd22a38a30196ffea6 (diff) | |
download | numpy-bdb67012974c6da18fb00066e81ff903265b95fb.tar.gz |
TST: ignore pytest warning
-rw-r--r-- | pytest.ini | 3 |
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 |