From 203d3f9650177b205033746f8b49b563162589e0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 4 Sep 2022 11:31:16 +0200 Subject: dev-python/loky: Remove redundant -p no: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-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/loky/loky-3.1.0.ebuild b/dev-python/loky/loky-3.1.0.ebuild index 7d1bdf178dce..4a8d620ec72c 100644 --- a/dev-python/loky/loky-3.1.0.ebuild +++ b/dev-python/loky/loky-3.1.0.ebuild @@ -37,5 +37,5 @@ python_test() { ) # high memory test needs a lot of memory + is broken on 32-bit platforms - epytest --skip-high-memory -p no:xvfb + epytest --skip-high-memory } -- cgit v1.2.3-65-gdbad