Enable colors for pytest output. This certainly works locally, not sure if it will work on GHA... One way to find out.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-01-06 18:57:45 +00:00
parent b723874623
commit 99350c2327
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ docker run --rm \
--workdir "$(pwd)" \
--env PIPENV_CACHE_DIR="$(pwd)/.pipenv" \
--env GIT_TAG="${GIT_TAG}" \
--env PY_COLORS=1 \
${enter} image_pipenv