X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ec55841b965ae33aad66479bf4d4ad41e6a0b62..28b83594452b195cc1e8b412bdd3a3bb2a91e2d9:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index 753f32e222..9586a085a3 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -592,7 +592,7 @@ setup_virtualenv() { elif [[ -n "$short" ]]; then return fi - "$venvdest/bin/pip3" install --no-cache-dir 'setuptools>=18.5' 'pip>=7' + "$venvdest/bin/pip3" install --no-cache-dir 'setuptools>=68' 'pip>=20' } initialize() {