From 3b70e826761a4c1cfab4bbefe81af3527aecbc1f Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Thu, 25 Sep 2014 17:17:37 -0700 Subject: [PATCH] Do not check config on pep8 There were a few instances of config check (run by pep8) failers caused by changes in external libraries. Since we do not have any control over external libraries and pep8 is a gating job, this commit removes config checks from pep8. We hope that Murano contributors will check config by running ./tools/config/check_uptodate.sh manually Change-Id: If949aa28862ab715cde36f11f66926e9985f3ee8 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index a5168ee89..5a83f06a4 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,6 @@ whitelist_externals = bash [testenv:pep8] commands = flake8 {posargs} - {toxinidir}/tools/config/check_uptodate.sh [testenv:venv] commands = {posargs}