Skip to content

Commit

Permalink
Merge pull request #7582 from xoriole/fix/disable-rerunfailures
Browse files Browse the repository at this point in the history
Remove reruns and reruns-delay from pytest arguments
  • Loading branch information
drew2a committed Sep 5, 2023
2 parents e9301bb + be68a04 commit 4871442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vars/pytest.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTEST_ARGUMENTS='--randomly-seed=1 --disable-warnings --reruns 1 --reruns-delay 1 --verbose --durations=3 --showlocals'
PYTEST_ARGUMENTS='--randomly-seed=1 --disable-warnings --verbose --durations=3 --showlocals'

PYTEST_CORE_ARGUMENTS='./src/tribler/core ${PYTEST_ARGUMENTS}'
PYTEST_CORE_ARGUMENTS_WIN='${PYTEST_CORE_ARGUMENTS}'
Expand Down

0 comments on commit 4871442

Please sign in to comment.