diff --git a/setup.cfg b/setup.cfg index d9bfc29..9bc24df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,4 +11,5 @@ filterwarnings = ignore:Importing from numpy:DeprecationWarning ignore:.*ufunc size changed.*:RuntimeWarning ignore:Using or importing the ABCs:DeprecationWarning + ignore:the imp module is deprecated in favour of importlib:DeprecationWarning ignore:Matplotlib is building the font cache using fc-list. This may take a moment.:UserWarning