From 9a805920e33ab3a13435a33defac1b0f568d08c3 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 5 Aug 2021 22:19:52 +0200 Subject: dev-python/loky: Fix test failures due to pytest-xvfb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 6a166599dde5..1b5b6ffc1d4f 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[@]}" -- cgit v1.2.3-65-gdbad