Enable process isolation for unit tests.
This commit is contained in:
parent
1ce5fcf061
commit
91526cd9f2
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue