Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2017-11-02 08:16:35
Message id: 20171102071635.96464FBDE@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.33.1
3.33.1:
This is a bugfix release:
* :func:`~hypothesis.strategies.builds` would try to infer a strategy for \
required positional arguments of the target from type hints, even if they had \
been given to :func:`~hypothesis.strategies.builds` as positional arguments \
(:issue:`946`). Now it only infers missing required arguments.
* An internal introspection function wrongly reported self as a required \
argument for bound methods, which might also have affected \
:func:`~hypothesis.strategies.builds`. Now it knows better.
Files: