Skip to content

Commit

Permalink
DX: run benchmarks in default tox job
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 8, 2025
1 parent 4f6550c commit 1317bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ trailing_comma_inline_array = true

[tool.tox]
env_list = [
"bench",
"cov",
"docnb-force",
"linkcheck",
Expand Down Expand Up @@ -471,7 +472,7 @@ allowlist_externals = ["pytest"]
commands = [
[
"pytest",
{replace = "posargs", extend = true},
{replace = "posargs", default = ["src", "tests"], extend = true},
"--cov-fail-under=75",
"--cov-report=html",
"--cov-report=xml",
Expand Down

0 comments on commit 1317bb8

Please sign in to comment.