diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-27 13:38:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-27 13:39:00 +0200 |
commit | b280c9b35dee4fa0f8af37e44be84bc33ebeac8a (patch) | |
tree | 1e0f213fb3eefd8f1cb8203adb290455080b1055 /dev-python/googleapis-common-protos | |
parent | media-radio/svxlink: use https, add missing braces (diff) | |
download | gentoo-b280c9b35dee4fa0f8af37e44be84bc33ebeac8a.tar.gz gentoo-b280c9b35dee4fa0f8af37e44be84bc33ebeac8a.tar.bz2 gentoo-b280c9b35dee4fa0f8af37e44be84bc33ebeac8a.zip |
dev-python/googleapis-common-protos: Enable tests
Closes: https://bugs.gentoo.org/844016
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/googleapis-common-protos')
-rw-r--r-- | dev-python/googleapis-common-protos/googleapis-common-protos-1.64.0.ebuild | 4 |
1 files 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 |