diff --git a/pandas/tests/util/test_show_versions.py b/pandas/tests/util/test_show_versions.py index e36ea662fac8b..6b52a6d3613d3 100644 --- a/pandas/tests/util/test_show_versions.py +++ b/pandas/tests/util/test_show_versions.py @@ -5,6 +5,7 @@ import pandas as pd +@pytest.mark.filterwarnings("ignore:Setuptools is replacing distutils:UserWarning") @pytest.mark.filterwarnings( # openpyxl "ignore:defusedxml.lxml is no longer supported:DeprecationWarning"