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

Skip to content

Commit 5ea0a5b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.py

Lines 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)