Enable process isolation for unit tests.

This commit is contained in:
Matt Clay 2017-02-07 16:08:19 -08:00
commit 91526cd9f2
2 changed files with 2 additions and 0 deletions

View file

@ -624,6 +624,7 @@ def command_units(args):
cmd = [
'pytest',
'--boxed',
'-r', 'a',
'--color',
'yes' if args.color else 'no',