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 AC72D1382C5 for ; Wed, 13 May 2020 09:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A43E0B93; Wed, 13 May 2020 09:03:14 +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 7DDF3E0B93 for ; Wed, 13 May 2020 09:03:14 +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 4477D35050E for ; Wed, 13 May 2020 09:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3B40241 for ; Wed, 13 May 2020 09:03: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: <1589360580.cedfe094ffd2ebd8746512595097f8ed2291a84e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-4.6.9.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cedfe094ffd2ebd8746512595097f8ed2291a84e X-VCS-Branch: master Date: Wed, 13 May 2020 09:03: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: 300beb8f-b0ec-456f-bdad-bdfe499aed36 X-Archives-Hash: 0e51b4af3157d34d709bad6a627ddd1f commit: cedfe094ffd2ebd8746512595097f8ed2291a84e Author: Michał Górny gentoo org> AuthorDate: Wed May 13 08:34:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 13 09:03:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedfe094 dev-python/pytest: Backport test fixes to 4.6.9 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest/pytest-4.6.9.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pytest/pytest-4.6.9.ebuild b/dev-python/pytest/pytest-4.6.9.ebuild index 620cc642d58..b0edb8058fe 100644 --- a/dev-python/pytest/pytest-4.6.9.ebuild +++ b/dev-python/pytest/pytest-4.6.9.ebuild @@ -52,6 +52,9 @@ DEPEND=" dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] !!dev-python/flaky + !!dev-python/pytest-aiohttp + !!dev-python/pytest-asyncio + !!dev-python/pytest-django )" PATCHES=( @@ -69,6 +72,8 @@ python_prepare_all() { } python_test() { + distutils_install_for_testing + # In v4.1.1, pytest started being picky about its own verbosity options. # running pytest on itself with -vv made 3 tests fail. This is why we don't # have it below.