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 E021B138350 for ; Fri, 24 Apr 2020 08:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E669BE0A5D; Fri, 24 Apr 2020 08:06:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CC043E0A5D for ; Fri, 24 Apr 2020 08:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9A7EA34F2AA for ; Fri, 24 Apr 2020 08:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FFDD1ED for ; Fri, 24 Apr 2020 08:06:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587714541.112ba2f23bfaea56c4376ae22e24508b4a0ebd9e.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: tox.ini X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 112ba2f23bfaea56c4376ae22e24508b4a0ebd9e X-VCS-Branch: master Date: Fri, 24 Apr 2020 08:06:09 +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: a32b8deb-aed3-4532-8f78-6d8f606cb609 X-Archives-Hash: bb6e20c2b2a01c1fef61ead1c2e3617b commit: 112ba2f23bfaea56c4376ae22e24508b4a0ebd9e Author: Michał Górny gentoo org> AuthorDate: Fri Apr 24 07:48:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 24 07:49:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=112ba2f2 Disable testing on py27 sys-apps/portage is no longer installed for py27, and the tests use global installation. Signed-off-by: Michał Górny gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 610e506..dcaedad 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36,py37,py38,pypy3,flake8 +envlist = py36,py37,py38,pypy3,flake8 skip_missing_interpreters = True [testenv]