projects
/
pandas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b3bc3
)
BF: mark two tests (test_{statsmodels,seaborn}) as requiring network
author
Yaroslav Halchenko
<debian@onerussian.com>
Sun, 18 Feb 2018 23:10:00 +0000
(18:10 -0500)
committer
Graham 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
patch
|
blob
|
history
diff --git
a/pandas/tests/test_downstream.py
b/pandas/tests/test_downstream.py
index b8e91910026407419c60e4e30593ea3b04d91140..690b0b0fa428b089a1589980b3e7a04c9615ad6d 100644
(file)
--- a/
pandas/tests/test_downstream.py
+++ b/
pandas/tests/test_downstream.py
@@
-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')