From 27c6289643c8d9b9a7587b57442d976f73bda9f6 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 30 Jul 2019 11:11:52 -0400 Subject: [PATCH] MAINT: Fix ignores for CIs --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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