Skip to content

Commit 6043ba5

Browse files
authored
CI: suppress another setuptools warning (#36011)
1 parent f46ebe8 commit 6043ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/util/test_show_versions.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# https://github.com/pandas-dev/pandas/issues/35252
2626
"ignore:Distutils:UserWarning"
2727
)
28+
@pytest.mark.filterwarnings("ignore:Setuptools is replacing distutils:UserWarning")
2829
def test_show_versions(capsys):
2930
# gh-32041
3031
pd.show_versions()

0 commit comments

Comments
 (0)