app-portage/gpyutils: Restrict testing to gpyutils package

Closes: https://bugs.gentoo.org/845114
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-17 08:41:13 +02:00
parent 54c71cc2cf
commit d28c8eb987

View File

@@ -30,5 +30,5 @@ RDEPEND="
distutils_enable_tests pytest
python_test() {
epytest --doctest-modules
epytest --doctest-modules gpyutils
}