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 843C4138334 for ; Thu, 1 Aug 2019 20:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C915AE0819; Thu, 1 Aug 2019 20:04:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AF2F9E0819 for ; Thu, 1 Aug 2019 20:04:42 +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 AC8E6349282 for ; Thu, 1 Aug 2019 20:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ECBA6DB for ; Thu, 1 Aug 2019 20:04:40 +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: <1564688643.2c4da1165f01a9c5e13dc9de9e743cb11fa7ad1e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tox.ini X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 2c4da1165f01a9c5e13dc9de9e743cb11fa7ad1e X-VCS-Branch: master Date: Thu, 1 Aug 2019 20:04:40 +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: a080c8e8-97c0-45df-aa1a-b7031be76ad4 X-Archives-Hash: 28648542e9ce27024f26e2a00b43357f commit: 2c4da1165f01a9c5e13dc9de9e743cb11fa7ad1e Author: Zac Medico gentoo org> AuthorDate: Thu Aug 1 19:42:20 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Aug 1 19:44:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2c4da116 tox.ini: py34: lxml<4.4.0 lxml-4.4.0 does not support py34. Signed-off-by: Zac Medico gentoo.org> tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2d1501971..f49bd413f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,9 +4,10 @@ skipsdist = True [testenv] deps = - lxml!=4.2.0 pygost pyyaml + py34: lxml!=4.2.0,<4.4.0 + py27,py35,py36,py37,pypy,pypy3: lxml!=4.2.0 py27,py34,py35,pypy: pyblake2 py27,py34,py35,pypy: pysha3 setenv =