Skip to content

Commit

Permalink
add pytest-ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareTestingResearch committed Mar 4, 2024
1 parent 497ea27 commit a27d2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests

on:
merge_group:
push:
# push:
branches-ignore:
# disabled for jaraco/skeleton#103
# - gh-readonly-queue/** # Temporary merge queue-related GH-made branches
Expand Down
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}
pytest {posargs:-vv --durations=0}
usedevelop = True
extras =
testing
Expand Down

0 comments on commit a27d2fb

Please sign in to comment.