commit: 82b4e8a72806fa71faf5d0ed3f064fe272368746
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 16:25:52 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 16:49:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b4e8a7
dev-python/tenacity: Depend on dev-python/tornado with pytest fix
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tenacity/tenacity-8.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/tenacity/tenacity-8.3.0.ebuild
b/dev-python/tenacity/tenacity-8.3.0.ebuild
index 07f870f16ac3..6b916a7dff79 100644
--- a/dev-python/tenacity/tenacity-8.3.0.ebuild
+++ b/dev-python/tenacity/tenacity-8.3.0.ebuild
@@ -21,8 +21,7 @@ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
- <dev-python/pytest-8.2[${PYTHON_USEDEP}]
- dev-python/tornado[${PYTHON_USEDEP}]
+ >=dev-python/tornado-6.4-r1[${PYTHON_USEDEP}]
dev-python/typeguard[${PYTHON_USEDEP}]
)
"