mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
tests/sanity/sanity.sh: Install setuptools with pip
setuptools might not be installed before importing and using galaxy_importer. This could result in a backtrace by disabling ANSIBLE_TEST_LOCAL_IMAGE in galaxy-importer.cfg to run latest tests.
This commit is contained in:
@@ -13,6 +13,7 @@ python -m venv "$VENV"
|
||||
source "$VENV"/bin/activate
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools
|
||||
pip install galaxy_importer
|
||||
|
||||
rm -f "$ANSIBLE_COLLECTION"-*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user