Remove charmcraft clean from tox build target

Unnecessary, and slows down rebuilds

Change-Id: I289a36fbf1e8e7fbc0c51244e4c0bf515ee45603
This commit is contained in:
Samuel Walladge 2022-08-15 12:42:43 +09:30
parent 7676c9b81c
commit 54c651c302

@ -36,7 +36,6 @@ deps =
basepython = python3
deps =
commands =
charmcraft clean
charmcraft -v pack
[testenv:fetch]