From 723e009d6b97d7383fb406ffe008e5b01d8074e1 Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Thu, 21 Sep 2023 11:12:13 +0200 Subject: [PATCH] Remove unused tox target The func-dev target is unused and indeed fails since we don't define any dev bundles. func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1137 Signed-off-by: Peter Sabaini Change-Id: I9993b8d8bc55fa1b4c7d61931bfdb6ee4ee3c7b4 --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 70a0d4b..aa5eec8 100644 --- a/tox.ini +++ b/tox.ini @@ -139,11 +139,6 @@ basepython = python3 commands = functest-run-suite --keep-model --smoke -[testenv:func-dev] -basepython = python3 -commands = - functest-run-suite --keep-model --dev - [testenv:func-target] basepython = python3 commands =