Revert "Enable process isolation for unit tests."

This reverts commit 91526cd9f2.

Removing this feature primarily because it interferes with
collecting proper code coverage results. I may restore the
feature later if that can be resolved.
pull/19707/merge
Matt Clay 8 years ago
parent 138051540e
commit 4189592701

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

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

Loading…
Cancel
Save