Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loky/
Date: Wed, 07 Sep 2022 07:51:37
Message-Id: 1662537014.203d3f9650177b205033746f8b49b563162589e0.mgorny@gentoo
1 commit: 203d3f9650177b205033746f8b49b563162589e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 09:31:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203d3f96
7
8 dev-python/loky: Remove redundant -p no:xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/loky/loky-3.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/loky/loky-3.1.0.ebuild b/dev-python/loky/loky-3.1.0.ebuild
16 index 7d1bdf178dce..4a8d620ec72c 100644
17 --- a/dev-python/loky/loky-3.1.0.ebuild
18 +++ b/dev-python/loky/loky-3.1.0.ebuild
19 @@ -37,5 +37,5 @@ python_test() {
20 )
21
22 # high memory test needs a lot of memory + is broken on 32-bit platforms
23 - epytest --skip-high-memory -p no:xvfb
24 + epytest --skip-high-memory
25 }