Skip to content

Commit

Permalink
TST: don't skip statsmodels tests on network builds (pandas-dev#18362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Nov 19, 2017
1 parent f724066 commit 1798c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def test_xarray(df):
assert df.to_xarray() is not None


@tm.network
def test_statsmodels():

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

0 comments on commit 1798c9d

Please sign in to comment.