21184: Expect recent setuptools and pip versions.
authorTom Clegg <tom@curii.com>
Wed, 8 Nov 2023 19:58:41 +0000 (14:58 -0500)
committerTom Clegg <tom@curii.com>
Wed, 8 Nov 2023 19:58:41 +0000 (14:58 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

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() {