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 0048D138350 for ; Sun, 3 May 2020 20:03:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A37E0922; Sun, 3 May 2020 20:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 57044E091F for ; Sun, 3 May 2020 20:03:47 +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 3B98734F435 for ; Sun, 3 May 2020 20:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B605F204 for ; Sun, 3 May 2020 20:03:44 +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: <1588536217.6f3ce9bb87dae9eca368a404c9cd30f13ffd2b21.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild X-VCS-Directories: dev-python/pytest-fixture-config/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f3ce9bb87dae9eca368a404c9cd30f13ffd2b21 X-VCS-Branch: master Date: Sun, 3 May 2020 20:03:44 +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: 5a3d718a-3b38-459b-87d2-e3b67bbffc92 X-Archives-Hash: ea8f35b5b2e6e2d5bea2678819d1f31e commit: 6f3ce9bb87dae9eca368a404c9cd30f13ffd2b21 Author: Michał Górny gentoo org> AuthorDate: Sun May 3 19:49:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 3 20:03:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3ce9bb dev-python/pytest-fixture-config: Block py2 pytest-virtualenv Since dev-python/pytest normally loads all plugins, and PMs don't necessarily enforce dependencies of these that are not part of @world, it is possible to break their depgraph and break pytest on py2.7 completely. Add a blocker to make that harder. Closes: https://bugs.gentoo.org/720828 Signed-off-by: Michał Górny gentoo.org> .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild index 123812aa6d1..83b350fe07a 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild @@ -17,6 +17,10 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] " +# block pytest plugins that will be broken by the upgrade +RDEPEND+=" + !