mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Minor fixes for unit test delegation.
This commit is contained in:
@@ -278,7 +278,6 @@ def delegate_docker(args, exclude, require, integration_targets):
|
||||
# run unit tests unprivileged to prevent stray writes to the source tree
|
||||
if isinstance(args, UnitsConfig):
|
||||
writable_dirs = [
|
||||
'/root/ansible/lib/ansible.egg-info',
|
||||
'/root/ansible/.pytest_cache',
|
||||
]
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ class DefaultTarFilter(TarFilter):
|
||||
'.tox',
|
||||
'.git',
|
||||
'.idea',
|
||||
'.pytest_cache',
|
||||
'__pycache__',
|
||||
'ansible.egg-info',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user