Skip to content

Commit

Permalink
TST: xfail statsmodels downstream test
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung committed Nov 19, 2017
1 parent 311741c commit 1a3c73a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
3 changes: 0 additions & 3 deletions pandas/tests/test_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2147,9 +2147,6 @@ def test_multiindex_get(self):
assert (f1.items == [1, 2]).all()
assert (f2.items == [1, 2]).all()

MultiIndex.from_tuples([('a', 1), ('a', 2), ('b', 1)],
names=['first', 'second'])

def test_multiindex_blocks(self):
with catch_warnings(record=True):
ind = MultiIndex.from_tuples([('a', 1), ('a', 2), ('b', 1)],
Expand Down

0 comments on commit 1a3c73a

Please sign in to comment.