summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 11:31:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:50:14 +0200
commit203d3f9650177b205033746f8b49b563162589e0 (patch)
treedbe89add86c407a1e6847dc281882f3876257174
parentdev-python/pyftpdlib: Remove redundant -p no:xvfb (diff)
downloadgentoo-203d3f96.tar.gz
gentoo-203d3f96.tar.bz2
gentoo-203d3f96.zip
dev-python/loky: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/loky/loky-3.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}