From a6ae5322197156185638215a56dca69d6b571dd4 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 6 Feb 2019 10:48:04 -0500 Subject: [PATCH] Unwedge gate jobs We recently enable tox jobs on cisco_iso, these are the required bits to make them work again. Signed-off-by: Paul Belanger --- .yamllint | 3 +++ bindep.txt | 6 +++--- test-requirements.txt | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.yamllint b/.yamllint index a4d53d6..2ceb272 100644 --- a/.yamllint +++ b/.yamllint @@ -1,5 +1,8 @@ extends: default +ignore: | + .tox + rules: braces: max-spaces-inside: 1 diff --git a/bindep.txt b/bindep.txt index ccee5a8..732c4c6 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,6 @@ # see http://docs.openstack.org/infra/bindep/ for additional information. gcc-c++ [test platform:rpm] -python3-devel [test platform:rpm] -python3 [test platform:rpm] -python36 [test !platform:fedora-28] +python3-devel [test !platform:centos-7 platform:rpm] +python3 [test !platform:centos-7 platform:rpm] +python36 [test !platform:centos-7 !platform:fedora-28] diff --git a/test-requirements.txt b/test-requirements.txt index 049cd01..611bc25 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,3 @@ +ara flake8 yamllint