From: Michał Górny Date: Fri, 14 Feb 2020 08:57:35 +0000 (+0100) Subject: dev-python/hypothesis: Require pytest-5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=293268d823b3cd59c5cbcdf598701f08b8cec570;p=gentoo.git dev-python/hypothesis: Require pytest-5 Requiring recent pytest should hopefully resolve common test failures. Signed-off-by: Michał Górny --- 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}] !!