Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-05-06 11:06:42
Message id: 20180506090642.B03E8FBEC@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.56.5
3.56.5:
This patch contains some internal refactoring to run :pypi:mypy in CI. There are \
no user-visible changes.
3.56.4:
This release involves some very minor internal clean up and should have no user \
visible effect at all.
3.56.3:
This release fixes a problem introduced in :ref:3.56.0 <v3.56.0> where \
setting the hypothesis home directory (through currently undocumented means) \
would no longer result in the default database location living in the new home \
directory.
3.56.2:
This release fixes a problem introduced in :ref:3.56.0 <v3.56.0> where \
setting :obj:~hypothesis.settings.max_examples to 1 would result in tests \
failing with Unsatisfiable. This problem could also occur in other harder to \
trigger circumstances (e.g. by setting it to a low value, having a hard to \
satisfy assumption, and disabling health checks).
3.56.1:
This release fixes a problem that was introduced in :ref:3.56.0 <v3.56.0>: \
Use of the :envvar:HYPOTHESIS_VERBOSITY_LEVEL environment variable was, rather \
than deprecated, actually broken due to being read before various setup the \
deprecation path needed was done. It now works correctly (and emits a \
deprecation warning).
3.56.0:
This release deprecates several redundant or internally oriented \
:class:~hypothesis.settings, working towards an orthogonal set of configuration \
options that are widely useful without requiring any knowledge of our internals
Files: