From 1a4c26827dab20c749c59b42e6fe623fd1cf8201 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Fri, 22 Sep 2023 21:22:12 +0200 Subject: [PATCH] Fix use of PyClean in Tox configuration --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 7b57a6d..28e5bc5 100644 --- a/tox.ini +++ b/tox.ini @@ -24,11 +24,7 @@ commands = description = Remove Python bytecode and other debris skip_install = true deps = pyclean -commands = - pyclean {posargs} {toxinidir} - rm -rf .tox/ concierge_cli.egg-info/ build/ dist/ -whitelist_externals = - rm +commands = pyclean {posargs:. --debris} [testenv:bandit] description = PyCQA security linter