mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Enable process isolation for unit tests.
This commit is contained in:
@@ -624,6 +624,7 @@ def command_units(args):
|
||||
|
||||
cmd = [
|
||||
'pytest',
|
||||
'--boxed',
|
||||
'-r', 'a',
|
||||
'--color',
|
||||
'yes' if args.color else 'no',
|
||||
|
||||
@@ -6,6 +6,7 @@ passlib
|
||||
pycrypto
|
||||
pytest
|
||||
pytest-mock
|
||||
pytest-xdist
|
||||
python-memcached
|
||||
pyyaml
|
||||
redis
|
||||
|
||||
Reference in New Issue
Block a user