Skip to content

Commit 1798c9d

Browse files
authored
TST: don't skip statsmodels tests on network builds (#18362)
1 parent f724066 commit 1798c9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_downstream.py

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

5555

56-
@tm.network
5756
def test_statsmodels():
5857

5958
statsmodels = import_module('statsmodels') # noqa

0 commit comments

Comments
 (0)