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 B1F80138350 for ; Sun, 3 May 2020 20:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E52DEE091F; Sun, 3 May 2020 20:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8DA41E0922 for ; Sun, 3 May 2020 20:03:47 +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 413F434F4A3 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 9AE121C8 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: <1588536214.2b764bc26d86d5c9cf5cf2c40275b06c39d6c5af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild X-VCS-Directories: dev-python/pytest-shutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b764bc26d86d5c9cf5cf2c40275b06c39d6c5af 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: 6ba9a588-b615-42af-8a03-8ccc32f16199 X-Archives-Hash: 28dc4a5c1957d948e7ebece90f35a7f8 commit: 2b764bc26d86d5c9cf5cf2c40275b06c39d6c5af Author: Michał Górny gentoo org> AuthorDate: Sun May 3 19:47:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 3 20:03:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b764bc2 dev-python/pytest-shutil: 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. Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild index cb3daddd527..94e51a60906 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild @@ -27,6 +27,10 @@ RDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] " +# block pytest plugins that will be broken by the upgrade +RDEPEND+=" + !