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 7FD6B158083 for ; Wed, 18 Sep 2024 15:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A94C3E29A6; Wed, 18 Sep 2024 15:51:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 93CF4E29A6 for ; Wed, 18 Sep 2024 15:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id DB35C33BE12 for ; Wed, 18 Sep 2024 15:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CA627E6 for ; Wed, 18 Sep 2024 15:51:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1726674574.3f3bfeac6adc6b4e9db50b1204c1a398523c55b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/tests/toolchain.sh X-VCS-Directories: eclass/tests/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f3bfeac6adc6b4e9db50b1204c1a398523c55b1 X-VCS-Branch: master Date: Wed, 18 Sep 2024 15:51:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03ac3973-87e9-41d0-9730-8f0b28a3ca9f X-Archives-Hash: 54e0e303cf63c7e4c798d5a179ca070c commit: 3f3bfeac6adc6b4e9db50b1204c1a398523c55b1 Author: Sam James gentoo org> AuthorDate: Wed Sep 18 15:49:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 18 15:49:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3bfeac Revert "eclass/tests/toolchain.sh: declare PYTHON_COMPAT" This reverts commit 992fc2954c2281285bc50156ba12d310a1b434e1. This should no longer be necessary now that tests are opt-in with TOOLCHAIN_HAS_TESTS. Bug: https://bugs.gentoo.org/859157 Signed-off-by: Sam James gentoo.org> eclass/tests/toolchain.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/tests/toolchain.sh b/eclass/tests/toolchain.sh index 2e48c3443493..6f8df5b4fc4a 100755 --- a/eclass/tests/toolchain.sh +++ b/eclass/tests/toolchain.sh @@ -11,8 +11,6 @@ PR=r0 source tests-common.sh || exit source version-funcs.sh || exit -PYTHON_COMPAT=( python3_{10..13} ) - EAPI=7 inherit toolchain # Ignore actually running version of gcc and fake new version