From 8be69e2f41109e4859bf79d9b408226d1eed64a0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 29 Jul 2015 16:59:51 +0200 Subject: [PATCH] tox: Update hypothesis/-pytest to 1.9.0/0.14.0. Changelog: Codename: The great bundling. This release contains two fairly major changes. The first is the deprecation of the hypothesis-extra mechanism. From now on all the packages that were previously bundled under it other than hypothesis-pytest (which is a different beast and will remain separate). The functionality remains unchanged and you can still import them from exactly the same location, they just are no longer separate packages. The second is that this introduces a new way of building strategies which lets you build up strategies recursively from other strategies. It also contains the minor change that calling .example() on a strategy object will give you examples that are more representative of the actual data you'll get. There used to be some logic in there to make the examples artificially simple but this proved to be a bad idea. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 90d300896..50b031576 100644 --- a/tox.ini +++ b/tox.ini @@ -27,8 +27,8 @@ deps = pytest-qt==1.5.0 pytest-mock==0.7.0 pytest-html==1.3.1 - hypothesis==1.8.5 - hypothesis-pytest==0.13.0 + hypothesis==1.9.0 + hypothesis-pytest==0.14.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m py.test --strict -rfEsw {posargs:tests} @@ -82,7 +82,7 @@ deps = astroid==1.3.7 beautifulsoup4==4.4.0 pylint==1.4.4 - hypothesis==1.8.5 + hypothesis==1.9.0 logilab-common==1.0.2 six==1.9.0 commands =