Skip to content

Commit

Permalink
TST: xfail statsmodels downstream test
Browse files Browse the repository at this point in the history
xref gh-18362.
  • Loading branch information
gfyoung committed Nov 19, 2017
1 parent c2bed28 commit 705d08a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_xarray(df):
assert df.to_xarray() is not None


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

statsmodels = import_module('statsmodels') # noqa
Expand Down

0 comments on commit 705d08a

Please sign in to comment.