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/pytest-qt/
Date: Sun, 20 Feb 2022 16:33:10
Message-Id: 1645374780.10db9286cda69e561d3187b9090431f5b31b26b2.mgorny@gentoo
1 commit: 10db9286cda69e561d3187b9090431f5b31b26b2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 16:14:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 16:33:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10db9286
7
8 dev-python/pytest-qt: Fix calling the test phase
9
10 Closes: https://bugs.gentoo.org/818865
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pytest-qt/pytest-qt-4.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild b/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild
17 index ccbeafed2185..c11cb485179f 100644
18 --- a/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild
19 +++ b/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -45,7 +45,7 @@ python_prepare_all() {
27 }
28
29 src_test() {
30 - virtx python_foreach_impl python_test
31 + virtx distutils-r1_src_test
32 }
33
34 python_test() {