Skip to content

Commit aa499ee

Browse files
pb8oroypat
andcommitted
devctr: add tenacity and pytest-rerunfailures dependencies
tenacity will be used to replace retry whose last release was in 2016. pytest-rerunfailures will also be used in the near future to retry individual performance tests, rather than the whole session. Signed-off-by: Pablo Barbáchano <[email protected]> Co-authored-by: Patrick Roy <[email protected]>
1 parent 37035a8 commit aa499ee

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

tools/devctr/poetry.lock

Lines changed: 38 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/devctr/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ psutil = "^5.9.5"
1818
pylint = "^2.17.4"
1919
pytest = "^7.3.1"
2020
pytest-json-report = "^1.5.0"
21+
pytest-rerunfailures = "^11.1.2"
2122
pytest-timeout = "^2.1.0"
2223
pytest-xdist = "^3.3.1"
2324
python = "3.10.*"
@@ -26,6 +27,7 @@ requests = "^2.31.0"
2627
requests-unixsocket = "^0.3.0"
2728
retry = "^0.9.2"
2829
setproctitle = "^1.3.2"
30+
tenacity = "^8.2.2"
2931
typing-extensions = "^4.6.1"
3032

3133
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)