From d75cb1f047eeba2664d74e7460ae3e7b3eb27896 Mon Sep 17 00:00:00 2001 From: Joshua Williams Date: Mon, 16 Dec 2024 13:43:44 -0800 Subject: [PATCH] CASMHMS-6282: Run integration pytest with venv too --- Dockerfile.integration.tests.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration.tests.Dockerfile b/Dockerfile.integration.tests.Dockerfile index 082091d1..1f2b4816 100644 --- a/Dockerfile.integration.tests.Dockerfile +++ b/Dockerfile.integration.tests.Dockerfile @@ -61,7 +61,7 @@ WORKDIR src # && pwd \ # && python3 -m pytest test/ -CMD ["sh", "-c", "set -ex; pwd; python3 -m pytest test/"] +CMD ["sh", "-c", "set -ex; pwd; /venv/bin/python -m pytest test/"] #in case you want to sleep instead of RUN #CMD ["sh", "-c", "sleep 1000" ]