From 9bd01971bde938d9ccb91a221aa1087404de7fde Mon Sep 17 00:00:00 2001 From: Brock Date: Fri, 3 Jul 2020 12:39:55 -0700 Subject: [PATCH] CI: suppress external warning --- pandas/tests/util/test_show_versions.py | 1 + 1 file changed, 1 insertion(+) 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"