From a06a4cbaddb32f33d52d2f9567209a96a8fa3cad Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Nov 2024 20:28:27 +0100 Subject: [PATCH] add ensurepip --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2e215675..eceb3293 100644 --- a/tox.ini +++ b/tox.ini @@ -144,6 +144,7 @@ commands = python3 -c "import psycopg" which python which python3 + python3 -m ensurepip sh -c "ansible-test units --color --requirements --target-python default -v --num-workers 1 --coverage --truncate 0 {posargs}" ansible-test coverage report --requirements --omit '.tox/*,tests/*' --color --all --show-missing -v --truncate 0 ansible-test coverage combine --export={envdir}