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/liblarch/
Date: Mon, 31 Jan 2022 00:26:31
Message-Id: 1643588633.9f6cc0e1c2f725549b44b63bd56464e6c5ccbe93.mgorny@gentoo
1 commit: 9f6cc0e1c2f725549b44b63bd56464e6c5ccbe93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 11:51:35 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 00:23:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6cc0e1
7
8 dev-python/liblarch: Run a single Xvfb
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/liblarch/liblarch-3.1.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/liblarch/liblarch-3.1.0-r1.ebuild b/dev-python/liblarch/liblarch-3.1.0-r1.ebuild
16 index ec59aa7d9a05..f8416684bb73 100644
17 --- a/dev-python/liblarch/liblarch-3.1.0-r1.ebuild
18 +++ b/dev-python/liblarch/liblarch-3.1.0-r1.ebuild
19 @@ -24,6 +24,6 @@ RDEPEND="${DEPEND}"
20
21 distutils_enable_tests pytest
22
23 -python_test() {
24 - virtx epytest
25 +src_test() {
26 + virtx distutils-r1_src_test
27 }