From 50ad9245f0cafc757cbc254ed27ff4c680731f60 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 20 Nov 2019 16:08:57 +0000 Subject: [PATCH] zuul: Remove unnecessary 'tox_install_siblings' This it the default value defined by zuul-jobs. There's no need to manually configure it. [1] https://opendev.org/zuul/zuul-jobs/src/commit/6228b71b071c037f486f4e60b0e064625537d173/roles/tox/defaults/main.yaml#L6 Change-Id: Ib8ffb8a3ae3bfdd2cfedd8313b9221945e392141 Signed-off-by: Stephen Finucane --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d1393557adbd..f6ee646839c7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -56,7 +56,6 @@ # explicitly stating the work dir makes this job reusable by other # projects zuul_work_dir: src/opendev.org/openstack/nova - tox_install_siblings: true bindep_profile: test py36 timeout: 3600 @@ -79,7 +78,6 @@ # explicitly stating the work dir makes this job reusable by other # projects zuul_work_dir: src/opendev.org/openstack/nova - tox_install_siblings: true bindep_profile: test py37 timeout: 3600