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

Skip to content

Commit 17282c8

Browse files
committed
Attempt to fix python 3 test errors on Travis CI
1 parent 512b77c commit 17282c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/tests/test_style.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ def test_context():
6161
assert mpl.rcParams[PARAM] == VALUE
6262
# Check that this value is reset after the exiting the context.
6363
assert mpl.rcParams[PARAM] == 'gray'
64-
65-
66-
if __name__ == '__main__':
67-
from numpy import testing
68-
testing.run_module_suite()

0 commit comments

Comments
 (0)