Skip to content

Commit

Permalink
trying tox config without pytest-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
str0zzapreti committed Oct 4, 2023
1 parent 9a64f30 commit 5d0701b
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 @@ -15,7 +15,7 @@ setenv =
deps =
-r{toxinidir}/dev-requirements.txt
commands =
pytest --basetemp={envtmpdir}
pytest --basetemp={envtmpdir} -p no:pytest-retry

[testenv:flake8]
basepython = python3.10
Expand Down

0 comments on commit 5d0701b

Please sign in to comment.