mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
patch test_inventory_update_injected_content
* proot now enabled at task-level since tasks are no longer calling awx-manage (which would set up its own proot) * dropping proot env var since it's not relevant to the test
This commit is contained in:
parent
5ad60a3ed4
commit
197d50bc44
@ -216,6 +216,7 @@ def test_inventory_update_injected_content(this_kind, inventory, fake_credential
|
||||
env.pop('ANSIBLE_COLLECTIONS_PATHS', None) # collection paths not relevant to this test
|
||||
env.pop('PYTHONPATH')
|
||||
env.pop('VIRTUAL_ENV')
|
||||
env.pop('PROOT_TMP_DIR')
|
||||
base_dir = os.path.join(DATA, 'plugins')
|
||||
if not os.path.exists(base_dir):
|
||||
os.mkdir(base_dir)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user