Skip to content

Commit

Permalink
Unrestrict tenacity again
Browse files Browse the repository at this point in the history
jd/tenacity#471 is fixed so we can stop requiring
tenacity < 8.4.0 now
  • Loading branch information
dcermak committed Jun 19, 2024
1 parent 1094e1c commit 68843e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ deps =
pytest-rerunfailures
typing_extensions
requests
tenacity < 8.4.0
# 8.4.0 is borked: https://github.com/jd/tenacity/issues/471
tenacity != 8.4.0
git+https://github.com/dcermak/pytest_container
doc: Sphinx

Expand Down

0 comments on commit 68843e0

Please sign in to comment.