Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsmodels/
Date: Wed, 09 Feb 2022 09:39:42
Message-Id: 1644397677.29ef288901d85827c2c6fe45a41056d62c0b1fb5.mgorny@gentoo
1 commit: 29ef288901d85827c2c6fe45a41056d62c0b1fb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 08:47:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 09:07:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ef2889
7
8 dev-python/statsmodels: Do not install .pytest_cache w/ USE=test
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/statsmodels/statsmodels-0.13.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/statsmodels/statsmodels-0.13.2.ebuild b/dev-python/statsmodels/statsmodels-0.13.2.ebuild
16 index 295ea833d346..d017496f5c26 100644
17 --- a/dev-python/statsmodels/statsmodels-0.13.2.ebuild
18 +++ b/dev-python/statsmodels/statsmodels-0.13.2.ebuild
19 @@ -68,6 +68,7 @@ python_test() {
20 import statsmodels
21 statsmodels.test(extra_args=['-vv', '-n', '${jobs}'], exit=True)" \
22 || die "tests fail with ${EPYTHON}"
23 + rm -rf statsmodels/.pytest_cache || die
24 popd >/dev/null || die
25 }