diff options
author | Sam James <sam@gentoo.org> | 2024-09-18 16:49:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-18 16:49:34 +0100 |
commit | 3f3bfeac6adc6b4e9db50b1204c1a398523c55b1 (patch) | |
tree | 029b32f3725720fdbaac7dc8b03a491e27698d80 /eclass | |
parent | dev-lang/gnat-gpl: update Manifest to drop validate_failures.py (diff) | |
download | gentoo-3f3bfeac6adc6b4e9db50b1204c1a398523c55b1.tar.gz gentoo-3f3bfeac6adc6b4e9db50b1204c1a398523c55b1.tar.bz2 gentoo-3f3bfeac6adc6b4e9db50b1204c1a398523c55b1.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/toolchain.sh | 2 |
1 files changed, 0 insertions, 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 |