commit:     e5914b594d672c97f4d2acb113aa6c676fd7f352
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 13:24:51 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 13:30:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5914b59

dev-python/redis-py: Deselect a flaky test

Closes: https://bugs.gentoo.org/826854
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/redis-py/redis-py-4.0.2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

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 e7c09c276083..d43d85672189 100644
--- a/dev-python/redis-py/redis-py-4.0.2.ebuild
+++ b/dev-python/redis-py/redis-py-4.0.2.ebuild
@@ -30,6 +30,11 @@ BDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
+       local EPYTEST_DESELECT=(
+               # flaky test
+               tests/test_pubsub.py::TestPubSubDeadlock::test_pubsub_deadlock
+       )
+
        local redis_pid="${T}"/redis.pid
        local redis_port=6379
        local redis_test_config="

Reply via email to