From 3640f94625e09d4166bb0174b5772fe4d8c0aee9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 23 Oct 2023 19:14:59 -0700 Subject: [PATCH] Using tox 4 in CI. --- tests/run-ci-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-ci-tests b/tests/run-ci-tests index 1eb6fdc..c7dab09 100755 --- a/tests/run-ci-tests +++ b/tests/run-ci-tests @@ -9,7 +9,7 @@ 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 || true -python3 -m pip install --upgrade pip==21.3.1 setuptools==58.2.0 -pip3 install tox==3.24.4 +python3 -m pip install --upgrade pip==23.3.1 setuptools==68.2.2 +pip3 install tox==4.11.3 export COVERAGE_FILE=/tmp/.coverage tox --workdir /tmp/.tox --sitepackages