21184: Expect recent setuptools and pip versions.
[arvados.git] / build / run-tests.sh
index 753f32e222293c7ea98b3fbd434447dd103bf0c3..9586a085a3851ad8c8d50bcca48e0a688c671a4f 100755 (executable)
@@ -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() {