Enable process isolation for unit tests.

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

View file

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

View file

@ -6,6 +6,7 @@ passlib
pycrypto pycrypto
pytest pytest
pytest-mock pytest-mock
pytest-xdist
python-memcached python-memcached
pyyaml pyyaml
redis redis