From a0e773d57146b0a0ec25567af504a10e6f187811 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 7 Sep 2022 10:35:35 +0100 Subject: gentoo auto-resync : 07:09:2022 - 10:35:34 --- eclass/Manifest.gz | Bin 36983 -> 36976 bytes eclass/python-utils-r1.eclass | 5 +++++ 2 files changed, 5 insertions(+) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 73f32857eac7..b0bbfd1326a2 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 89013591c31b..7a5f84bd561e 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1334,6 +1334,11 @@ epytest() { # pytest-sugar undoes everything that's good about pytest output # and makes it hard to read logs -p no:sugar + # pytest-xvfb automatically spawns Xvfb for every test suite, + # effectively forcing it even when we'd prefer the tests + # not to have DISPLAY at all, causing crashes sometimes + # and causing us to miss missing virtualx usage + -p no:xvfb ) local x for x in "${EPYTEST_DESELECT[@]}"; do -- cgit v1.2.3