From 8b7b3361f0eb2192561f20f61555e5c42914ed5a Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Thu, 17 Feb 2022 21:44:10 -0800 Subject: [PATCH] DEV: add warnings filter to pytest conf. Ignore the distutils deprecation warning. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index cf924e7385ae..f1c49d0ff33c 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