Skip to content

Commit 705d08a

Browse files
committed
TST: xfail statsmodels downstream test
xref gh-18362.
1 parent c2bed28 commit 705d08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_downstream.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_xarray(df):
5353
assert df.to_xarray() is not None
5454

5555

56+
@pytest.mark.xfail(reason="statsmodels needs to remove reference to WidePanel")
5657
def test_statsmodels():
5758

5859
statsmodels = import_module('statsmodels') # noqa

0 commit comments

Comments
 (0)