We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f54c6 commit b9a7dd6Copy full SHA for b9a7dd6
setup.cfg
@@ -11,4 +11,5 @@ filterwarnings =
11
ignore:Importing from numpy:DeprecationWarning
12
ignore:.*ufunc size changed.*:RuntimeWarning
13
ignore:Using or importing the ABCs:DeprecationWarning
14
+ ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
15
ignore:Matplotlib is building the font cache using fc-list. This may take a moment.:UserWarning
0 commit comments