X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ac312e0acae4fd114114081c9f4791d05e640831..5e2a9f3aeb1e72b9776f3a9974f8f4bffde83f8a:/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() {