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
This commit is contained in:
Ruslan Kamaldinov 2014-09-25 17:17:37 -07:00
parent 50a2a57c69
commit 3b70e82676
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ whitelist_externals = bash
[testenv:pep8]
commands =
flake8 {posargs}
{toxinidir}/tools/config/check_uptodate.sh
[testenv:venv]
commands = {posargs}