Disable check_uptodate.sh check in pep8

Running generate_sample.sh currently produces an invalid heat.conf.sample
due to bug #1288586.

This change disables the check_uptodate.sh in the tox pep8 so that the
gate-heat-pep8 job passes while we find a more appropriate solution.

Related-Bug: #1288586
(cherry picked from commit 79d8191c75)

Conflicts:
	tox.ini

Change-Id: Ib20c4f892df68f7112d969d801a18a1a5bfbd474
This commit is contained in:
Steve Baker 2014-04-02 13:22:45 +13:00 committed by Adam Gandelman
parent 527009d0e4
commit 58de9e6415
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ commands =
[testenv:pep8]
commands =
flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-api-cloudwatch bin/heat-engine bin/heat-manage
{toxinidir}/tools/conf/check_uptodate.sh
# disable check_uptodate until a resolution is found to bug #1288586
#{toxinidir}/tools/conf/check_uptodate.sh
[testenv:venv]
commands = {posargs}