commit:     263cb89d81f4dffd226e14e8e425edee2b31e057
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 13:25:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 20:18:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263cb89d

dev-python/tox: epytest now takes care of removing tempdir

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tox/tox-4.11.4.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 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
 }

Reply via email to