commit: ccb18547178ad609081398a3754616da52290f9f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 08:22:15 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 08:22:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb18547
dev-python/redis-py: Add a test dep on pytest-timeout
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/redis-py/redis-py-4.0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/redis-py/redis-py-4.0.2.ebuild
b/dev-python/redis-py/redis-py-4.0.2.ebuild
index d9c474ea7e29..e7c09c276083 100644
--- a/dev-python/redis-py/redis-py-4.0.2.ebuild
+++ b/dev-python/redis-py/redis-py-4.0.2.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
BDEPEND="
test? (
dev-db/redis
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
)
"