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 9BD80138350 for ; Fri, 14 Feb 2020 09:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7032BE0829; Fri, 14 Feb 2020 09:01:11 +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 0D284E0829 for ; Fri, 14 Feb 2020 09:01:10 +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 B60F534ED6E for ; Fri, 14 Feb 2020 09:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36FDD134 for ; Fri, 14 Feb 2020 09:01:08 +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: <1581670864.293268d823b3cd59c5cbcdf598701f08b8cec570.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypothesis/hypothesis-5.5.2.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 293268d823b3cd59c5cbcdf598701f08b8cec570 X-VCS-Branch: master Date: Fri, 14 Feb 2020 09:01:08 +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: 926d3da2-c81b-4b62-8c55-756e3e3aee7f X-Archives-Hash: f0789e224ae978370d9f79e6b05a9b5f commit: 293268d823b3cd59c5cbcdf598701f08b8cec570 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 14 08:57:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 14 09:01:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293268d8 dev-python/hypothesis: Require pytest-5 Requiring recent pytest should hopefully resolve common test failures. Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-5.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-5.5.2.ebuild b/dev-python/hypothesis/hypothesis-5.5.2.ebuild index d1f7fce2bf7..a0f000b29f9 100644 --- a/dev-python/hypothesis/hypothesis-5.5.2.ebuild +++ b/dev-python/hypothesis/hypothesis-5.5.2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" @@ -29,7 +29,7 @@ BDEPEND=" ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] - >=dev-python/pytest-4.3[${PYTHON_USEDEP}] + >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}] !!