No longer call check_uptodate.sh in pep8

check_uptodate.sh re-generates a nova.conf.sample and then compares
it, which was fine. It stopped being fine when we started pulling in
options from oslo, or other modules made releases and then the gate
broke until we fixed the config sample.

Change-Id: I04b2b52a9e46dcf5f4f06e639327f22b827ccd0d
This commit is contained in:
Steve Kowalik 2014-03-04 14:19:08 -08:00
parent 9e11cf0149
commit d19ecd1b5b
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ downloadcache = ~/cache/pip
sitepackages = False
commands =
flake8 {posargs}
{toxinidir}/tools/config/check_uptodate.sh
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}