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 <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2021-09-08 08:47:40 -06:00
parent 11046331a7
commit 27f9516182
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
1 changed files with 1 additions and 1 deletions

View File

@ -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/ \