From fecc4be057676906cacc68470e3bfe513aeb6cfc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 31 Aug 2015 21:00:06 +0200 Subject: [PATCH] tox: Update hypothesis to 0.18.0. Changelog: - text() with a non-string alphabet would have used the repr() of the the alphabet instead of its contexts. This is obviously silly. It now works with any sequence of things convertible to unicode strings. - @given will now work on methods whose definitions contains no explicit positional arguments, only varargs. This may have some knock on effects because it means that @given no longer changes the argspec of functions other than by adding defaults. - Introduction of new @composite feature for more natural definition of strategies you'd previously have used flatmap for. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 5c2a9e1ad..b20ec5f7f 100644 --- a/tox.ini +++ b/tox.ini @@ -20,8 +20,8 @@ deps = pytest-qt==1.5.1 pytest-mock==0.7.0 pytest-html==1.5.1 - hypothesis==1.10.6 - hypothesis-pytest==0.17.0 + hypothesis==1.11.0 + hypothesis-pytest==0.18.0 coverage==3.7.1 pytest-cov==2.1.0 beautifulsoup4==4.4.0 @@ -80,7 +80,7 @@ deps = astroid==1.3.8 beautifulsoup4==4.4.0 pylint==1.4.4 - hypothesis==1.10.5 + hypothesis==1.11.0 logilab-common==1.0.2 six==1.9.0 commands =