From: Debian Science Team Date: Sat, 4 Nov 2017 00:02:42 +0000 (+0000) Subject: up_network_seaborn X-Git-Tag: archive/raspbian/0.20.3-11+rpi1~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57dec849720bcaab8457875bfb56bbdd0bbc3c6c;p=pandas.git up_network_seaborn Gbp-Pq: Name up_network_seaborn --- diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index 61f0c992..b910c5ea 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -72,7 +72,7 @@ def test_scikit_learn(df): clf.fit(digits.data[:-1], digits.target[:-1]) clf.predict(digits.data[-1:]) - +@tm.network def test_seaborn(): seaborn = import_module('seaborn')