commit: d28c8eb9872f06dbaf5d51d9730ba9428ff41efc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 17 06:41:13 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 17 06:54:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28c8eb9
app-portage/gpyutils: Restrict testing to gpyutils package Closes: https://bugs.gentoo.org/845114 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/gpyutils/gpyutils-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gpyutils/gpyutils-0.7.1.ebuild b/app-portage/gpyutils/gpyutils-0.7.1.ebuild index 6ce33debf4ee..ffc17d681522 100644 --- a/app-portage/gpyutils/gpyutils-0.7.1.ebuild +++ b/app-portage/gpyutils/gpyutils-0.7.1.ebuild @@ -30,5 +30,5 @@ RDEPEND=" distutils_enable_tests pytest python_test() { - epytest --doctest-modules + epytest --doctest-modules gpyutils }
