Skip to content

Commit

Permalink
Skip benchmarks when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Sep 19, 2024
1 parent 77f2064 commit 6ea39be
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 @@ -119,7 +119,7 @@ multi_line_output = 3
profile = "black"

[tool.pytest.ini_options]
addopts = "-rsxX -v --strict-markers"
addopts = "-rsxX -v --strict-markers --benchmark-skip"
minversion = "6.0"
testpaths = [
"tests",
Expand Down

0 comments on commit 6ea39be

Please sign in to comment.