commit: 29ef288901d85827c2c6fe45a41056d62c0b1fb5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 9 08:47:23 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 09:07:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ef2889
dev-python/statsmodels: Do not install .pytest_cache w/ USE=test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/statsmodels/statsmodels-0.13.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/statsmodels/statsmodels-0.13.2.ebuild
b/dev-python/statsmodels/statsmodels-0.13.2.ebuild
index 295ea833d346..d017496f5c26 100644
--- a/dev-python/statsmodels/statsmodels-0.13.2.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.13.2.ebuild
@@ -68,6 +68,7 @@ python_test() {
import statsmodels
statsmodels.test(extra_args=['-vv', '-n', '${jobs}'], exit=True)" \
|| die "tests fail with ${EPYTHON}"
+ rm -rf statsmodels/.pytest_cache || die
popd >/dev/null || die
}