Skip to content
Snippets Groups Projects
Commit e867373f authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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.
parent 87793846
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ python -m venv "$VENV" ...@@ -13,6 +13,7 @@ python -m venv "$VENV"
source "$VENV"/bin/activate source "$VENV"/bin/activate
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install setuptools
pip install galaxy_importer pip install galaxy_importer
rm -f "$ANSIBLE_COLLECTION"-*.tar.gz rm -f "$ANSIBLE_COLLECTION"-*.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment