Skip to content

Commit

Permalink
Anonce ..
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed Dec 6, 2024
1 parent a42740f commit a0ec622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0ec622

Please sign in to comment.