diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-11-23 14:24:51 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-11-23 14:30:04 +0100 |
| commit | e5914b594d672c97f4d2acb113aa6c676fd7f352 (patch) | |
| tree | a57abaf2c9dc970eda0db46db899965664af8b18 /dev-python/redis-py | |
| parent | 6eadfa11b23cf80d5f594a0252837b11b48ba66c (diff) | |
| download | gentoo-e5914b594d672c97f4d2acb113aa6c676fd7f352.tar.gz gentoo-e5914b594d672c97f4d2acb113aa6c676fd7f352.tar.bz2 gentoo-e5914b594d672c97f4d2acb113aa6c676fd7f352.zip | |
dev-python/redis-py: Deselect a flaky test
Closes: https://bugs.gentoo.org/826854
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/redis-py')
| -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=" |
