Skip to content

Commit

Permalink
CASMHMS-6282: Run integration pytest with venv too
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Dec 16, 2024
1 parent 4ab5f7d commit d75cb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.integration.tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit d75cb1f

Please sign in to comment.