Enable process isolation for unit tests.

pull/21157/merge
Matt Clay 8 years ago
parent 1ce5fcf061
commit 91526cd9f2

@ -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',

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

Loading…
Cancel
Save