Fix Tox version.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2023-11-06 09:25:00 -08:00
parent aff6324514
commit cbaf681857
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ set -e
apk add --no-cache python3 py3-pip
# If certain dependencies of black are available in this version of Alpine, install them.
apk add --no-cache py3-typed-ast py3-regex py3-pip || true
pip3 install --ignore-installed tox==4.11.13
pip3 install --ignore-installed tox==4.11.3
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox --sitepackages