commit:     10db9286cda69e561d3187b9090431f5b31b26b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 16:14:44 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 16:33:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10db9286

dev-python/pytest-qt: Fix calling the test phase

Closes: https://bugs.gentoo.org/818865
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-qt/pytest-qt-4.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild 
b/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild
index ccbeafed2185..c11cb485179f 100644
--- a/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-4.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -45,7 +45,7 @@ python_prepare_all() {
 }
 
 src_test() {
-       virtx python_foreach_impl python_test
+       virtx distutils-r1_src_test
 }
 
 python_test() {

Reply via email to