BF: mark two tests (test_{statsmodels,seaborn}) as requiring network
authorYaroslav Halchenko <debian@onerussian.com>
Sun, 18 Feb 2018 23:10:00 +0000 (18:10 -0500)
committerGraham Inggs <ginggs@debian.org>
Tue, 24 Apr 2018 19:09:20 +0000 (20:09 +0100)
Gbp-Pq: Name 0001-BF-mark-two-tests-test_-statsmodels-seaborn-as-requi.patch

pandas/tests/test_downstream.py

index b8e91910026407419c60e4e30593ea3b04d91140..690b0b0fa428b089a1589980b3e7a04c9615ad6d 100644 (file)
@@ -52,6 +52,7 @@ def test_xarray(df):
     assert df.to_xarray() is not None
 
 
+@tm.network
 def test_statsmodels():
 
     statsmodels = import_module('statsmodels')  # noqa
@@ -72,6 +73,7 @@ def test_scikit_learn(df):
     clf.predict(digits.data[-1:])
 
 
+@tm.network
 def test_seaborn():
 
     seaborn = import_module('seaborn')