From a0ec6221e8ac6626486281e6a926bc00b4334dda Mon Sep 17 00:00:00 2001 From: David Butenhof Date: Fri, 6 Dec 2024 10:28:18 -0500 Subject: [PATCH] Anonce .. --- backend/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f93f169..eb52732 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -58,8 +58,7 @@ deps = [ "pytest-asyncio", "pytest-cov", ] -allowlist_externals = ["poetry"] -commands = [["poetry", "show"],["pytest", "-s", "--cov-report=term", "--cov-branch", "--cov-report=html:{envtmpdir}/coverage.db", "--cov=app", "tests"]] +commands = [["pip", "list"],["pytest", "-s", "--cov-report=term", "--cov-branch", "--cov-report=html:.tox/unit/tmp/coverage.db", "--cov=app", "tests"]] [tool.tox.env.format] description = "check code format"