Skip to content

Commit

Permalink
ASV dropped --strict option in 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 20, 2023
1 parent cfd1148 commit 581e320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ commands =
[testenv:benchmark]
skip_install = True
deps =
asv
asv ~= 0.6.0
virtualenv
commands =
asv run --strict {posargs} HEAD^1..HEAD
asv run {posargs} HEAD^1..HEAD

[pytest]
addopts = --cov=fscacher --no-cov-on-fail
Expand Down

0 comments on commit 581e320

Please sign in to comment.