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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4125138359 for ; Wed, 22 Jul 2020 16:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D70E0883; Wed, 22 Jul 2020 16:53:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70CF8E0883 for ; Wed, 22 Jul 2020 16:53:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27E9A34E836 for ; Wed, 22 Jul 2020 16:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50812EA for ; Wed, 22 Jul 2020 16:53:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1595436782.d5a4b42bba2b40a933e14727b1d58e40a6ce883b.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: runtests X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d5a4b42bba2b40a933e14727b1d58e40a6ce883b X-VCS-Branch: master Date: Wed, 22 Jul 2020 16:53:48 +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: 22a75d63-9409-45bd-8cc5-ff071808d426 X-Archives-Hash: 72c8280cb38554b7606c883f2d0839fa commit: d5a4b42bba2b40a933e14727b1d58e40a6ce883b Author: Alec Warner gentoo org> AuthorDate: Wed Jul 22 04:00:40 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jul 22 16:53:02 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5a4b42b Remove 2.7 from runtests. With this branch we will unable to pass 2.7 as the old style classes are gone. Signed-off-by: Alec Warner gentoo.org> Change-Id: I498bd6f4d7b674a0b19d56b70940d9e7cbfc719c Signed-off-by: Zac Medico gentoo.org> runtests | 1 - 1 file changed, 1 deletion(-) diff --git a/runtests b/runtests index 11c317dff..ca59e0074 100755 --- a/runtests +++ b/runtests @@ -23,7 +23,6 @@ import tempfile # These are the versions we fully support and require to pass tests. PYTHON_SUPPORTED_VERSIONS = [ - '2.7', '3.6', '3.7', '3.8'