From 293268d823b3cd59c5cbcdf598701f08b8cec570 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 14 Feb 2020 09:57:35 +0100 Subject: [PATCH] dev-python/hypothesis: Require pytest-5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Requiring recent pytest should hopefully resolve common test failures. Signed-off-by: Michał Górny --- 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 d1f7fce2bf73..a0f000b29f96 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}] !!