Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-10-29 09:21:57
Message id: 20181029082157.2C398FBEE@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.81.0
3.81.0:
:class:~hypothesis.stateful.GenericStateMachine and \
:class:~hypothesis.stateful.RuleBasedStateMachine now raise an explicit error \
when instances of :obj:~hypothesis.settings are assigned to the classes' \
settings attribute, which is a no-op (:issue:1643). Instead assign to \
SomeStateMachine.TestCase.settings, or use @settings(...) as a class decorator \
to handle this automatically.
Files: