python3-hypothesis: update to 5.41.4.
This commit is contained in:
parent
4623fcd108
commit
6fb6957ade
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'python3-hypothesis'
|
||||
pkgname=python3-hypothesis
|
||||
version=5.41.3
|
||||
version=5.41.4
|
||||
revision=1
|
||||
wrksrc="hypothesis-hypothesis-python-${version}"
|
||||
build_wrksrc=hypothesis-python
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-attrs python3-sortedcontainers"
|
||||
checkdepends="python3-pytest python3-coverage python3-pexpect ${depends}"
|
||||
checkdepends="tox"
|
||||
short_desc="Python3 library for property based testing"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://hypothesis.works/"
|
||||
changelog="https://hypothesis.readthedocs.io/en/latest/changes.html"
|
||||
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
|
||||
checksum=c41d6d5f35059c31996788822206a17c6ccfc34e5570cb9a4878f66767b76246
|
||||
checksum=865027f77db5be518a8398e88bf937eb602d6f1a49643faa6c8dbb8804570bbb
|
||||
|
||||
do_check() {
|
||||
# test_settings_alone seems to expect a warning or failure that doesn't appear
|
||||
PYTHONPATH="${PWD}/build/lib" pytest3 -k 'not test_settings_alone' tests/cover
|
||||
tox -e "py${py3_ver/./}-full"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue