From 10c63015a45c19665f114d8c898c98826afa5492 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sat, 20 Jan 2018 09:00:31 +0000 Subject: [PATCH] up_network_seaborn Gbp-Pq: Name up_network_seaborn --- pandas/tests/test_downstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.30.2