From 294e0799c2cbb2d54c4d84ad0c3de0fc2ea2e88a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 29 Apr 2016 22:25:50 +0200 Subject: [PATCH] tox: Update hypothesis to 3.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix concurrency issue when running tests that use text() from multiple processes at once - Improve performance of code using lists with max_size - Fix install on Python 2 with ancient versions of pip so that it installs the enum34 backport - Remove duplicated __all__ exports from hypothesis.strategies - Update headers to point to new repository location. - Allow use of strategies that can’t be used in find() (e.g. choices) in stateful testing. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a76eba4d..7a14c4d19 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = Flask==0.10.1 glob2==0.4.1 httpbin==0.4.1 - hypothesis==3.1.0 + hypothesis==3.1.1 itsdangerous==0.24 Mako==1.0.4 parse==1.6.6