commit: 9a805920e33ab3a13435a33defac1b0f568d08c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 20:19:52 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:44:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a805920
dev-python/loky: Fix test failures due to pytest-xvfb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/loky/loky-2.9.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/loky/loky-2.9.0.ebuild
b/dev-python/loky/loky-2.9.0.ebuild
index 6a166599dde..1b5b6ffc1d4 100644
--- a/dev-python/loky/loky-2.9.0.ebuild
+++ b/dev-python/loky/loky-2.9.0.ebuild
@@ -38,6 +38,8 @@ python_test() {
# one test that uses a lot of memory, also broken on 32-bit
# platforms
--skip-high-memory
+ # breaks teardown
+ -p no:xvfb
)
epytest "${args[@]}"