summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-05 22:19:52 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-05 23:44:07 +0200
commit9a805920e33ab3a13435a33defac1b0f568d08c3 (patch)
tree188d30f02ff71c52ec24d4b6edcae357808e997c
parentx11-misc/xdotool: add 3.20210804.2 (diff)
downloadgentoo-9a805920.tar.gz
gentoo-9a805920.tar.bz2
gentoo-9a805920.zip
dev-python/loky: Fix test failures due to pytest-xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/loky/loky-2.9.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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[@]}"