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 = [
'pytest',
'--boxed',
'-r', 'a',
'--color',
'yes' if args.color else 'no',

View file

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