From 4da80182ff774e7822c954fd71eaec9d356994f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 17 Jun 2024 10:18:32 +0200 Subject: [PATCH] pin tenacity to < 8.4.0 as a hotfix for https://github.com/jd/tenacity/issues/471 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d45e5b1c..38c0bf38 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ deps = pytest-rerunfailures typing_extensions requests - tenacity + tenacity < 8.4.0 git+https://github.com/dcermak/pytest_container doc: Sphinx