summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tox/tox-4.11.4.ebuild')
-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
}