Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fe5abe + 9b954f2 commit 5ea0a5bCopy full SHA for 5ea0a5b
1 file changed
tests.py
@@ -67,5 +67,6 @@ def run(extra_args):
67
from matplotlib.testing import disable_internet
68
disable_internet.turn_off_internet()
69
extra_args.extend(['--eval-attr="not network"'])
70
+ sys.argv.remove('--no-network')
71
72
run(extra_args)
0 commit comments