summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-03 14:25:19 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-05 21:18:52 +0100
commit263cb89d81f4dffd226e14e8e425edee2b31e057 (patch)
tree9cd3053138383a7d4e33e5626b4be6b7bba6e4e1
parentpython-utils-r1.eclass: Minimize pytest tempdir retention (diff)
downloadgentoo-263cb89d81f4dffd226e14e8e425edee2b31e057.tar.gz
gentoo-263cb89d81f4dffd226e14e8e425edee2b31e057.tar.bz2
gentoo-263cb89d81f4dffd226e14e8e425edee2b31e057.zip
dev-python/tox: epytest now takes care of removing tempdir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/tox/tox-4.11.4.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/tox/tox-4.11.4.ebuild b/dev-python/tox/tox-4.11.4.ebuild
index de87ecfd1e77..6715cafa12ae 100644
--- a/dev-python/tox/tox-4.11.4.ebuild
+++ b/dev-python/tox/tox-4.11.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -83,8 +83,4 @@ python_test() {
)
epytest
-
- # tox leaves a *humonogous* tempdir which easily leads to ENOSPC
- # when running in parallel with other packages
- rm -r "${T}"/pytest* || die
}