Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/
Date: Tue, 23 Nov 2021 08:22:22
Message-Id: 1637655735.ccb18547178ad609081398a3754616da52290f9f.mgorny@gentoo
1 commit: ccb18547178ad609081398a3754616da52290f9f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 08:22:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 08:22:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb18547
7
8 dev-python/redis-py: Add a test dep on pytest-timeout
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/redis-py/redis-py-4.0.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/redis-py/redis-py-4.0.2.ebuild b/dev-python/redis-py/redis-py-4.0.2.ebuild
16 index d9c474ea7e29..e7c09c276083 100644
17 --- a/dev-python/redis-py/redis-py-4.0.2.ebuild
18 +++ b/dev-python/redis-py/redis-py-4.0.2.ebuild
19 @@ -23,6 +23,7 @@ RDEPEND="
20 BDEPEND="
21 test? (
22 dev-db/redis
23 + dev-python/pytest-timeout[${PYTHON_USEDEP}]
24 )
25 "