We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a090e commit aa40717Copy full SHA for aa40717
pandas/tests/util/test_show_versions.py
@@ -25,6 +25,7 @@
25
# https://github.com/pandas-dev/pandas/issues/35252
26
"ignore:Distutils:UserWarning"
27
)
28
+@pytest.mark.filterwarnings("ignore:Setuptools is replacing distutils:UserWarning")
29
def test_show_versions(capsys):
30
# gh-32041
31
pd.show_versions()
0 commit comments