From 7820d9ca6050a6bfa1baa94fec89ab8eb7bdcf02 Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Mon, 21 Mar 2022 11:19:52 +0100 Subject: [PATCH] Fixed python packages in tox virtualenvs Reverted commit 031475d42e which changed tox_install_siblings to false in base job ansible-collections-openstack-functional-devstack. This caused most jobs to install the latest Python packages of OpenStack SDK and other requirements from PyPI to tox' virtualenv instead of respecting the override-checkout keywords. Ref.: https://opendev.org/openstack/ansible-collections-openstack/commit/031475d42e306808fa1beefdaaf615fa540662a4 Change-Id: Ide693ef95c613454e1cfb2ee1880793a49f6524e --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index f0c2cd16..ba25ee17 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,7 +24,7 @@ vars: zuul_work_dir: src/opendev.org/openstack/ansible-collections-openstack tox_envlist: ansible - tox_install_siblings: false + tox_install_siblings: true fetch_subunit: false devstack_plugins: designate: https://opendev.org/openstack/designate