From 2dfce2060293928a4bee3fc1f35ff523214f0156 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Feb 2016 20:11:40 +0100 Subject: [PATCH] tox: Update hypothesis to 3.0.4. - Fix version parsing of py.test to work with py.test release candidates - More general handling of the health check problem where things could fail because of a cache miss - now one "free" example is generated before the start of the health check run. - Fix a bug where Hypothesis would error when running on Python 2.7.3 or earlier because it was trying to pass a bytearray object to struct.unpack (which is only supported since 2.7.4). --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9166a4bc1..5d488c3e6 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.0.2 + hypothesis==3.0.4 itsdangerous==0.24 Mako==1.0.3 parse==1.6.6