projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0184022
)
dev-python/hypothesis: Require pytest-5
author
Michał Górny
<mgorny@gentoo.org>
Fri, 14 Feb 2020 08:57:35 +0000
(09:57 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 14 Feb 2020 09:01:04 +0000
(10:01 +0100)
Requiring recent pytest should hopefully resolve common test failures.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/hypothesis/hypothesis-5.5.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/hypothesis/hypothesis-5.5.2.ebuild
b/dev-python/hypothesis/hypothesis-5.5.2.ebuild
index d1f7fce2bf736f1ba45be806db6967bf9a9b8d42..a0f000b29f961e525c35101f2f52d7f0a0e2666e 100644
(file)
--- 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
)
"