diff options
author | 2023-08-30 14:24:54 +0200 | |
---|---|---|
committer | 2023-08-30 15:22:57 +0200 | |
commit | 600c1a5ee01fa1440fcaf8c041509ea6c299e1a7 (patch) | |
tree | 729091735584a2e6a3cd618009343f535eb2b23f /dev-python | |
parent | dev-python/indexed-gzip: Fix implicit dep on dev-python/numpy (diff) | |
download | gentoo-600c1a5ee01fa1440fcaf8c041509ea6c299e1a7.tar.gz gentoo-600c1a5ee01fa1440fcaf8c041509ea6c299e1a7.tar.bz2 gentoo-600c1a5ee01fa1440fcaf8c041509ea6c299e1a7.zip |
dev-python/indexed-gzip: Strip away leftover test files
Closes: https://bugs.gentoo.org/913338
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild b/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild index f0471dab64aa..cdcf6cac54ed 100644 --- a/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild +++ b/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild @@ -62,4 +62,7 @@ src_compile() { python_test() { cd "${BUILD_DIR}/install$(python_get_sitedir)/indexed_gzip/tests" || die epytest -n "$(makeopts_jobs)" --dist=worksteal + # temporary files and test extensions + # (to achieve equivalence with USE=-test) + rm ctest*.{c,gz,so,tmp} || die } |