diff options
Diffstat (limited to 'dev-python/redis-py/redis-py-4.0.2.ebuild')
| -rw-r--r-- | dev-python/redis-py/redis-py-4.0.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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=" |
