Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17282c8

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed

‎lib/matplotlib/tests/test_style.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_style.py
-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.