Skip to content

Commit 6e6a377

Browse files
committed
TST: Ignore bs4 deprecation warning in pandas
that has been fixed in pandas-dev/pandas#46692
1 parent 6cbb8ee commit 6e6a377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ filterwarnings =
140140
ignore:Unknown pytest\.mark\.mpl_image_compare:pytest.PytestUnknownMarkWarning
141141
ignore:Unknown config option:pytest.PytestConfigWarning
142142
ignore:matplotlibrc text\.usetex:UserWarning:matplotlib
143+
ignore:The 'text' argument to find\(\)-type methods is deprecated:DeprecationWarning:pandas
143144
# Triggered by ProgressBar > ipykernel.iostream
144145
ignore:the imp module is deprecated:DeprecationWarning
145146
# toolz internal deprecation warning https://github.com/pytoolz/toolz/issues/500

0 commit comments

Comments
 (0)