diff options
-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 |