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.
1 parent 9fe5abe commit 9b954f2Copy full SHA for 9b954f2
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