From a87443bfa641a7e8fa529ba15c91984206b18de5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 11 Mar 2018 12:11:06 +0100 Subject: [PATCH] Remove tox_siblings setting Remove setting of tox_sibling to false, the problem has been solved with change https://review.openstack.org/523950. Change-Id: I7fc6df9e0aec40acc5b00ae6f58cbfb13c5ba778 --- .zuul.d/cross-jobs.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zuul.d/cross-jobs.yaml b/.zuul.d/cross-jobs.yaml index 6c0f7186ac..b22fbc5f62 100644 --- a/.zuul.d/cross-jobs.yaml +++ b/.zuul.d/cross-jobs.yaml @@ -15,9 +15,6 @@ Use the specified tox environments (``ALL`` selects all). vars: zuul_work_dir: "{{ (zuul.projects.values() | selectattr('required') | selectattr('name', 'match', '^(?!openstack/requirements)') | list)[0].src_dir }}" - # NOTE(jeblair): temporarily disabled tox_siblings until the fix - # in https://review.openstack.org/514058 lands. - tox_install_siblings: false files: - upper-constraints.txt - .zuul.d/cross-jobs.yaml