From 5e2a9f3aeb1e72b9776f3a9974f8f4bffde83f8a Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 8 Nov 2023 14:58:41 -0500 Subject: [PATCH] 21184: Expect recent setuptools and pip versions. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- build/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.30.2