From 27f9516182f3b55ea44aa209313ba997af041d3a Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Wed, 8 Sep 2021 08:47:40 -0600 Subject: [PATCH] Pin setuptools for tempest pip with 58.0.3 setuptools times out on backtracking. Pinning here waiting for fixed version. Change-Id: Ic56fa08649a3bad61103a8157124da1fb71c90d8 Signed-off-by: Andrii Ostapenko --- tempest/Dockerfile.ubuntu_bionic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/Dockerfile.ubuntu_bionic b/tempest/Dockerfile.ubuntu_bionic index b4c0564a..a13f4d26 100644 --- a/tempest/Dockerfile.ubuntu_bionic +++ b/tempest/Dockerfile.ubuntu_bionic @@ -18,7 +18,7 @@ RUN set -ex ;\ git clone https://git.openstack.org/openstack/heat-tempest-plugin ;\ git clone https://git.openstack.org/openstack/keystone-tempest-plugin ;\ git clone https://git.openstack.org/openstack/neutron-tempest-plugin ;\ - pip3 install -U setuptools ;\ + pip3 install -U setuptools==58.0.0 ;\ pip3 install wheel ;\ pip3 install -e tempest/ \ cinder-tempest-plugin/ \