From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19F9015803E for ; Thu, 4 Jan 2024 17:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600B72BC042; Thu, 4 Jan 2024 17:09:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AFB52BC03C for ; Thu, 4 Jan 2024 17:09:46 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 2/5] dev-python/tox: epytest now takes care of removing tempdir Date: Thu, 4 Jan 2024 18:09:31 +0100 Message-ID: <20240104170934.106565-2-mgorny@gentoo.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240104170934.106565-1-mgorny@gentoo.org> References: <20240104170934.106565-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 08e53524-815c-4b22-9a5a-36167431ada1 X-Archives-Hash: 65b2cb4fe61da6741d11c2500b93fb79 Signed-off-by: Michał Górny --- 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 } -- 2.43.0