From a9ccce8b0cc4035aed5b896708181eba69d3882e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 7 Jan 2024 01:02:30 +0900 Subject: [PATCH] Drop remaining references to the removed bin scripts These scripts were removed by ea5037c593276550a2122830c27900b7dbab32ba and no longer exist. Change-Id: I88f44b5e8479ba4525d93c30d63512845313c144 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a1d3bb7b2..6cd81ae928 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ passenv = [testenv:pep8] commands = - flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-engine bin/heat-manage contrib heat_integrationtests doc/source + flake8 heat contrib heat_integrationtests doc/source python tools/custom_guidelines.py --exclude heat/engine/resources/aws # The following bandit tests are being skipped: # B101: Test for use of assert