Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use python3 venv which is recommended for adhering with PEP 668.
Starting alpine:3.19 with py3-pip v23.3.1-r0, py3-pip installations using apk will cause the error `error: externally-managed-environment` when pip attempts to upgrade the pip installation. We now use a virtual env for the test app to avoid this issue. Change-type: patch Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
- Loading branch information