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 13:30:14
Message-Id: 1637674204.e5914b594d672c97f4d2acb113aa6c676fd7f352.mgorny@gentoo
1 commit: e5914b594d672c97f4d2acb113aa6c676fd7f352
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 13:24:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 13:30:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5914b59
7
8 dev-python/redis-py: Deselect a flaky test
9
10 Closes: https://bugs.gentoo.org/826854
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/redis-py/redis-py-4.0.2.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-python/redis-py/redis-py-4.0.2.ebuild b/dev-python/redis-py/redis-py-4.0.2.ebuild
17 index e7c09c276083..d43d85672189 100644
18 --- a/dev-python/redis-py/redis-py-4.0.2.ebuild
19 +++ b/dev-python/redis-py/redis-py-4.0.2.ebuild
20 @@ -30,6 +30,11 @@ BDEPEND="
21 distutils_enable_tests pytest
22
23 python_test() {
24 + local EPYTEST_DESELECT=(
25 + # flaky test
26 + tests/test_pubsub.py::TestPubSubDeadlock::test_pubsub_deadlock
27 + )
28 +
29 local redis_pid="${T}"/redis.pid
30 local redis_port=6379
31 local redis_test_config="