Skip to content

Commit

Permalink
py test cache for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareTestingResearch committed Mar 4, 2024
1 parent b0c7756 commit 818520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setenv =
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}
# ^-- Temporarily disable enforcement so CI don't fail on due dates
commands =
pytest {posargs:-vv --durations=0 --rank --tcp-weight=1-0-0}
pytest {posargs:-vv --durations=0 --rank --rank-weight=1-0-0}
usedevelop = True
extras =
testing
Expand Down

0 comments on commit 818520c

Please sign in to comment.