From 246df398d0f679fc5ae793af822ea540355513c4 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 21 Feb 2023 13:19:38 +0100 Subject: [PATCH] Fix user site-packages not visible in virtualenv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 800052c..8d7596a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ test-integration: python$(local_python_version) -m venv .venv/$(ansible) source .venv/$(ansible)/bin/activate python$(local_python_version) -m ensurepip - python$(local_python_version) -m pip install --disable-pip-version-check --user https://github.com/ansible/ansible/archive/$(ansible).tar.gz + python$(local_python_version) -m pip install --disable-pip-version-check https://github.com/ansible/ansible/archive/$(ansible).tar.gz -set -x; ansible-test integration $(target) -v --color --coverage --diff --docker $(docker_image) --docker-network podman $(_continue_on_errors) $(_keep_containers_alive) --python $(python); set +x rm tests/integration/db_engine_version rm tests/integration/connector