From 465db8d0ef83bd4d2f1f7907c8ea1f45ca116917 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 27 Jan 2020 21:16:48 +0100 Subject: [PATCH] Skip test-setup.sh in pep8 jobs Similar to Ia140b331ae1502fcf1f685faa6dace117d77d35d which was for `pep8`. Change-Id: Idc72c7d1a88fff8e738c896e2482b5cb1d844600 --- zuul.d/python-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/python-jobs.yaml b/zuul.d/python-jobs.yaml index 1af163f36..3965f5d94 100644 --- a/zuul.d/python-jobs.yaml +++ b/zuul.d/python-jobs.yaml @@ -141,6 +141,7 @@ Uses tox with the ``linters`` environment. vars: tox_envlist: linters + test_setup_skip: true - job: name: tox-molecule