commit: b280c9b35dee4fa0f8af37e44be84bc33ebeac8a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 27 11:38:30 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 27 11:39:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b280c9b3
dev-python/googleapis-common-protos: Enable tests Closes: https://bugs.gentoo.org/844016 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild index 3f8a7e25daa6..22f6d27fa091 100644 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild +++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild @@ -24,9 +24,9 @@ RDEPEND=" !dev-python/namespace-google " +distutils_enable_tests pytest + python_compile() { distutils-r1_python_compile find "${BUILD_DIR}" -name '*.pth' -delete || die } - -# no tests as this is all generated code
