8000 Add @attr('network') · matplotlib/matplotlib@879c186 · GitHub
[go: up one dir, main page]

Skip to content

Commit 879c186

Browse files
committed
Add @attr('network')
1 parent 9758da5 commit 879c186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_image.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import io
66
import os
77

8+
from nose.plugins.attrib < 81CF span class=pl-k>import attr
9+
810
import numpy as np
911

1012
from matplotlib.testing.decorators import (image_comparison,
@@ -517,7 +519,7 @@ def test_minimized_rasterized():
517519
assert False
518520

519521

520-
@cleanup
522+
@attr('network')
521523
def test_load_from_url():
522524
req = six.moves.urllib.request.urlopen(
523525
"http://matplotlib.org/_static/logo_sidebar_horiz.png")

0 commit comments

Comments
 (0)
0