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.
This commit is contained in:
parent
138051540e
commit
4189592701
2 changed files with 0 additions and 2 deletions
|
@ -624,7 +624,6 @@ 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,7 +6,6 @@ passlib
|
||||||
pycrypto
|
pycrypto
|
||||||
pytest
|
pytest
|
||||||
pytest-mock
|
pytest-mock
|
||||||
pytest-xdist
|
|
||||||
python-memcached
|
python-memcached
|
||||||
pyyaml
|
pyyaml
|
||||||
redis
|
redis
|
||||||
|
|
Loading…
Reference in a new issue