From e1e7b2f5173d1cde49d9cfc542d0f9743b2396ae Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 17 Dec 2019 14:46:34 -0600 Subject: [PATCH] xfail test_scikit_learn --- pandas/tests/test_downstream.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index ea128c8c3a422..e85e8ec90d666 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -67,6 +67,9 @@ def test_statsmodels(): # Cython import warning @pytest.mark.filterwarnings("ignore:can't:ImportWarning") +@pytest.mark.xfail( + reason="https://github.com/pandas-dev/pandas/issues/30309", strict=False +) def test_scikit_learn(df): sklearn = import_module("sklearn") # noqa