Use modern versions

This commit is contained in:
Itamar Turner-Trauring 2023-11-20 16:29:01 -05:00
parent bb3546c965
commit 4f8269db09
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}"
# setuptools 45 requires Python 3.5 or newer. Even though we upgraded pip
# above, it may still not be able to get us a compatible version unless we
# explicitly ask for one.
"${PIP}" install --upgrade setuptools==44.0.0 wheel
"${PIP}" install --upgrade setuptools wheel
# Just about every user of this image wants to use tox from the bootstrap
# virtualenv so go ahead and install it now.
"${PIP}" install "tox~=3.0"
"${PIP}" install "tox~=4.0"