Skip to content

Commit 03abe49

Browse files
TomAugspurgerproost
authored andcommitted
TST/CI: xfail test_scikit_learn (pandas-dev#30313)
1 parent 5bc9a11 commit 03abe49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/test_downstream.py

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def test_statsmodels():
6767

6868
# Cython import warning
6969
@pytest.mark.filterwarnings("ignore:can't:ImportWarning")
70+
@pytest.mark.xfail(
71+
reason="https://github.com/pandas-dev/pandas/issues/30309", strict=False
72+
)
7073
def test_scikit_learn(df):
7174

7275
sklearn = import_module("sklearn") # noqa

0 commit comments

Comments
 (0)