Skip to content

Commit

Permalink
TST: tweak how to pass args to nose
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jun 8, 2016
1 parent 972266d commit b96b00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run(extra_args):
if '--no-network' in sys.argv:
from matplotlib.testing import disable_internet
disable_internet.turn_off_internet()
extra_args.extend(['--eval-attr="not network"'])
extra_args.extend(['-a', '!network'])
sys.argv.remove('--no-network')

run(extra_args)

0 comments on commit b96b00f

Please sign in to comment.