8000 TST : import nose so 2.6 fails gracefully · matplotlib/matplotlib@092b6c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 092b6c5

Browse files
tacaswelllennart0901
authored andcommitted
TST : import nose so 2.6 fails gracefully
1 parent dd4eaa0 commit 092b6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import six
88

9+
import nose
910
from nose.tools import assert_true, assert_raises
1011
from timeit import repeat
1112
import numpy as np
@@ -133,5 +134,4 @@ def test_nan_is_sorted():
133134

134135

135136
if __name__ == '__main__':
136-
import nose
137137
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
 (0)
0