From d98c789a86dae578208facea3dd8b64ff4412e98 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Wed, 1 Nov 2023 15:31:59 +0100 Subject: [PATCH] Fix PyClean erase argument --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 49e3e86..4296ed6 100644 --- a/tox.ini +++ b/tox.ini @@ -19,9 +19,10 @@ commands = coverage report [testenv:clean] -description = Clean up bytecode +description = Clean up bytecode and build artifacts +skip_install = true deps = pyclean -commands = pyclean {posargs:. --debris cache coverage package pytest ruff --remove tests/unittests-report.xml --yes} +commands = pyclean {posargs:. --debris cache coverage package pytest ruff --erase tests/unittests-report.xml --yes} [testenv:ensure_version_matches] description = Verify package version is same as Git tag