mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
Compare commits
1 Commits
devel
...
AAP-58470-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcc47b4494 |
@@ -111,8 +111,8 @@ def vendor_collections_dir():
|
||||
|
||||
yield base
|
||||
|
||||
# Cleanup
|
||||
shutil.rmtree(VENDOR_COLLECTIONS_BASE, ignore_errors=True)
|
||||
# Cleanup: only remove the collection we created, not the entire vendor root
|
||||
shutil.rmtree(base, ignore_errors=True)
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
|
||||
Reference in New Issue
Block a user