From: Debian Science Team Date: Tue, 24 Oct 2017 19:26:02 +0000 (+0100) Subject: up_network_seaborn X-Git-Tag: archive/raspbian/0.20.3-11+rpi1~3^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ad8dbc4ce3bc2c1056aacfa46e98e395ecf1773;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')