From 68843e0e9150390afa8779e7774fab403afc1142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 19 Jun 2024 13:32:31 +0200 Subject: [PATCH] Unrestrict tenacity again https://github.com/jd/tenacity/issues/471 is fixed so we can stop requiring tenacity < 8.4.0 now --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38c0bf38..5478a436 100644 --- a/tox.ini +++ b/tox.ini @@ -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