diff options
| -rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index cf924e738..f1c49d0ff 100644 --- a/pytest.ini +++ b/pytest.ini @@ -24,3 +24,4 @@ filterwarnings = ignore:Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.:UserWarning # Ignore DeprecationWarnings from distutils ignore::DeprecationWarning:.*distutils + ignore:\n\n `numpy.distutils`:DeprecationWarning |
