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 b96b00f

Browse filesBrowse files
committed
TST: tweak how to pass args to nose
closes #6539
1 parent 972266d commit b96b00f
Copy full SHA for b96b00f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tests.py

Copy file name to clipboardExpand all lines: tests.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run(extra_args):
6666
if '--no-network' in sys.argv:
6767
from matplotlib.testing import disable_internet
6868
disable_internet.turn_off_internet()
69-
extra_args.extend(['--eval-attr="not network"'])
69+
extra_args.extend(['-a', '!network'])
7070
sys.argv.remove('--no-network')
7171

7272
run(extra_args)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.