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:
Thomas Woerner
2024-06-28 17:08:16 +02:00
parent 8779384614
commit e867373fc0

View File

@@ -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