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 5ea0a5b

Browse filesBrowse files
committed
Merge pull request #5808 from tacaswell/tst_fix_nonetwork
MNT: remove no-network from args
2 parents 9fe5abe + 9b954f2 commit 5ea0a5b
Copy full SHA for 5ea0a5b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-0
lines changed

‎tests.py

Copy file name to clipboardExpand all lines: tests.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ def run(extra_args):
6767
from matplotlib.testing import disable_internet
6868
disable_internet.turn_off_internet()
6969
extra_args.extend(['--eval-attr="not network"'])
70+
sys.argv.remove('--no-network')
7071

7172
run(extra_args)

0 commit comments

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