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: app-portage/gpyutils/
Date: Tue, 17 May 2022 06:54:42
Message-Id: 1652770469.d28c8eb9872f06dbaf5d51d9730ba9428ff41efc.mgorny@gentoo
1 commit: d28c8eb9872f06dbaf5d51d9730ba9428ff41efc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 06:41:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 06:54:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28c8eb9
7
8 app-portage/gpyutils: Restrict testing to gpyutils package
9
10 Closes: https://bugs.gentoo.org/845114
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-portage/gpyutils/gpyutils-0.7.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-portage/gpyutils/gpyutils-0.7.1.ebuild b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
17 index 6ce33debf4ee..ffc17d681522 100644
18 --- a/app-portage/gpyutils/gpyutils-0.7.1.ebuild
19 +++ b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
20 @@ -30,5 +30,5 @@ RDEPEND="
21 distutils_enable_tests pytest
22
23 python_test() {
24 - epytest --doctest-modules
25 + epytest --doctest-modules gpyutils
26 }