summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-14 09:57:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-14 10:01:04 +0100
commit293268d823b3cd59c5cbcdf598701f08b8cec570 (patch)
tree79c57d3ed3c9514116378a275e1126f7ad549b42
parentpackage.mask: Remove pytest-5 mask (diff)
downloadgentoo-293268d823b3cd59c5cbcdf598701f08b8cec570.tar.gz
gentoo-293268d823b3cd59c5cbcdf598701f08b8cec570.tar.bz2
gentoo-293268d823b3cd59c5cbcdf598701f08b8cec570.zip
dev-python/hypothesis: Require pytest-5
Requiring recent pytest should hopefully resolve common test failures. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/hypothesis/hypothesis-5.5.2.ebuild4
1 files 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}]
!!<dev-python/typing-3.7.4.1
)
"