From 29ef288901d85827c2c6fe45a41056d62c0b1fb5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 9 Feb 2022 09:47:23 +0100 Subject: dev-python/statsmodels: Do not install .pytest_cache w/ USE=test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 } -- cgit v1.2.3-65-gdbad