Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7858040

Browse files
tacaswelllennart0901
authored andcommitted
TST : import nose so 2.6 fails gracefully
1 parent 8b90be7 commit 7858040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)