We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bed28 commit 705d08aCopy full SHA for 705d08a
pandas/tests/test_downstream.py
@@ -53,6 +53,7 @@ def test_xarray(df):
53
assert df.to_xarray() is not None
54
55
56
+@pytest.mark.xfail(reason="statsmodels needs to remove reference to WidePanel")
57
def test_statsmodels():
58
59
statsmodels = import_module('statsmodels') # noqa
0 commit comments