python3-hypothesis: update to 5.41.3.

This commit is contained in:
Andrew J. Hesford 2020-11-18 11:02:51 -05:00
parent 4e1547e862
commit 97cceb1d84

View file

@ -1,6 +1,6 @@
# Template file for 'python3-hypothesis'
pkgname=python3-hypothesis
version=5.41.2
version=5.41.3
revision=1
wrksrc="hypothesis-hypothesis-python-${version}"
build_wrksrc=hypothesis-python
@ -12,10 +12,11 @@ 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://github.com/HypothesisWorks/hypothesis/raw/master/hypothesis-python/docs/changes.rst"
changelog="https://hypothesis.readthedocs.io/en/latest/changes.html"
distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz"
checksum=cec3496bb20a414e016421bf90e7bb5a06d025c45ea988da99d20144c587b282
checksum=c41d6d5f35059c31996788822206a17c6ccfc34e5570cb9a4878f66767b76246
do_check() {
PYTHONPATH="${PWD}/build/lib" python3 -m pytest tests/cover
# 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
}