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 <peter.sabaini@canonical.com>
Change-Id: I9993b8d8bc55fa1b4c7d61931bfdb6ee4ee3c7b4
This commit is contained in:
Peter Sabaini 2023-09-21 11:12:13 +02:00
parent 3ca77f53a6
commit 723e009d6b

View File

@ -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 =