summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-05 19:30:42 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-05 19:31:20 +0200
commit67d0d09112f2e98a14644c829b7cc7ce8b5a2e7a (patch)
tree45d067b9493b6822666700b9092777ffdf99897b
parentnet-misc/vde: Stabilize 2.3.2_p20191011-r1 x86, #879803 (diff)
downloadgentoo-67d0d09112f2e98a14644c829b7cc7ce8b5a2e7a.tar.gz
gentoo-67d0d09112f2e98a14644c829b7cc7ce8b5a2e7a.tar.bz2
gentoo-67d0d09112f2e98a14644c829b7cc7ce8b5a2e7a.zip
dev-python/statsmodels: remove .pytest_cache after test
Closes: https://bugs.gentoo.org/879885 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/statsmodels/statsmodels-0.13.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.13.5.ebuild b/dev-python/statsmodels/statsmodels-0.13.5.ebuild
index ee45e827714e..330bac270be0 100644
--- a/dev-python/statsmodels/statsmodels-0.13.5.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.13.5.ebuild
@@ -71,6 +71,7 @@ python_test() {
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
epytest ${PN} -n "$(makeopts_jobs)"
+ rm -r ${PN}/.pytest_cache || die
}
python_install_all() {