Skip to content

Commit

Permalink
DX: convert Tox config to native TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 8, 2025
1 parent 74f59c2 commit 4f6550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ allowlist_externals = ["pytest"]
commands = [
[
"pytest",
{replace = "posargs", default = ["src", "tests"], extend = true},
{replace = "posargs", extend = true},
"--cov-fail-under=75",
"--cov-report=html",
"--cov-report=xml",
Expand Down

0 comments on commit 4f6550c

Please sign in to comment.