mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user