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 B770E1382C5 for ; Wed, 24 Jun 2020 07:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F02E095E; Wed, 24 Jun 2020 07:07:23 +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 41490E095E for ; Wed, 24 Jun 2020 07:07:23 +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 A7A5E34F16C for ; Wed, 24 Jun 2020 07:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA020253 for ; Wed, 24 Jun 2020 07:07:16 +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: <1592982429.3257c80b68bed6291019e0063443363285623b0a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3257c80b68bed6291019e0063443363285623b0a X-VCS-Branch: master Date: Wed, 24 Jun 2020 07:07:16 +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: 089f837a-1ebe-4d0e-87ec-1eb291c3f22c X-Archives-Hash: 88cbeb92e3768d3c698bc5eaa9f448e4 commit: 3257c80b68bed6291019e0063443363285623b0a Author: Michał Górny gentoo org> AuthorDate: Wed Jun 24 07:06:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 24 07:07:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3257c80b package.mask: Last rite dev-python/pytest-runner Bug: https://bugs.gentoo.org/729376 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2bcd1fa2096..8d00e7454c0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Michał Górny (2020-06-24) +# A thin wrapper to run pytest via setup.py that must not be used +# in Gentoo packages. Calling 'setup.py test' is deprecated upstream +# anyway. Just call 'pytest' directly. The last revdep is last rited. +# Removal in 30 days. Bug #729376. +dev-python/pytest-runner + # Michał Górny (2020-06-23) # Python 2 only. #