commit: 293268d823b3cd59c5cbcdf598701f08b8cec570
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 08:57:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}]
!!<dev-python/typing-3.7.4.1
)
"