From 8599320654a56d09f27f1a426f06526a314e33c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 29 Jan 2020 18:57:41 +0000 Subject: [PATCH] Revert "Install python3.6 on ubuntu xenial for Tempest venv" This reverts commit 0b596470c8f7196a5e8e42faaa02db0ecefcf80d. To make clear we don't actually need it since neutron-lib was properly pinned in u-c for py3.5. Change-Id: I58619915dd1032f3a7202a78b193ed8c66dabd24 Depends-on: https://review.opendev.org/704688 --- lib/tempest | 7 ------- tools/fixup_stuff.sh | 22 ---------------------- 2 files changed, 29 deletions(-) diff --git a/lib/tempest b/lib/tempest index d116f847c5..b1d9daace4 100644 --- a/lib/tempest +++ b/lib/tempest @@ -690,13 +690,6 @@ function install_tempest { pip_install 'tox!=2.8.0' pushd $TEMPEST_DIR tox -r --notest -efull - local ver - ver=$(tox -evenv-tempest -- python --version) - echo Python version installed in Tempest venv: $ver - if python3_enabled; then - ver=$(tox -evenv-tempest -- python3 --version) - echo Python3 version installed in Tempest venv: $ver - fi # NOTE(mtreinish) Respect constraints in the tempest full venv, things that # are using a tox job other than full will not be respecting constraints but # running pip install -U on tempest requirements diff --git a/tools/fixup_stuff.sh b/tools/fixup_stuff.sh index f909b01793..914793245e 100755 --- a/tools/fixup_stuff.sh +++ b/tools/fixup_stuff.sh @@ -234,32 +234,10 @@ function fixup_virtualenv { fi } -# Ubuntu Xenial with py3.6 -#------------------------- -# Install py3.6 on Xenial for Tempest -function fixup_tempest_on_xenial { - # All the stable branches are tested with Tempest and its plugins master - # branch. In ussuri cycle, openstack is dropping the py2.7 support which - # make Tempest & its plugin not able to run on py2.7 or sometime