Skip to content

Commit

Permalink
test: Disable parallel testing in run_nosetests.py
Browse files Browse the repository at this point in the history
This adds more complexity and confusion than it is worth.
Also, we now have tests that count on the state of the local image
repository, so don't let tests potentially screw each other up.
  • Loading branch information
JonathonReinhart committed Sep 30, 2016
1 parent 6aef4b2 commit f75e4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_nosetests.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def main():
'--with-coverage',
'--cover-inclusive',
'--cover-package=scuba',
'--processes=-1',
'--detailed-errors',
'--process-timeout=60',
] + otherargs,
Expand Down

0 comments on commit f75e4b6

Please sign in to comment.