We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbb8ee commit a2f7df3Copy full SHA for a2f7df3
setup.cfg
@@ -140,6 +140,7 @@ filterwarnings =
140
ignore:Unknown pytest\.mark\.mpl_image_compare:pytest.PytestUnknownMarkWarning
141
ignore:Unknown config option:pytest.PytestConfigWarning
142
ignore:matplotlibrc text\.usetex:UserWarning:matplotlib
143
+ ignore:The 'text' argument to find\(\)-type methods is deprecated:DeprecationWarning
144
# Triggered by ProgressBar > ipykernel.iostream
145
ignore:the imp module is deprecated:DeprecationWarning
146
# toolz internal deprecation warning https://github.com/pytoolz/toolz/issues/500
0 commit comments