We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc9a11 commit 03abe49Copy full SHA for 03abe49
pandas/tests/test_downstream.py
@@ -67,6 +67,9 @@ def test_statsmodels():
67
68
# Cython import warning
69
@pytest.mark.filterwarnings("ignore:can't:ImportWarning")
70
+@pytest.mark.xfail(
71
+ reason="https://github.com/pandas-dev/pandas/issues/30309", strict=False
72
+)
73
def test_scikit_learn(df):
74
75
sklearn = import_module("sklearn") # noqa
0 commit comments