From c74bcf95aac904cacbe0f7ea8394d8d63e58b0fe Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Dec 2015 06:59:06 +0100 Subject: [PATCH] tox: Update hypothesis to 1.16.1. A small bugfix release that allows bdists for Hypothesis to be built under 2.7 - the compat3.py file which had Python 3 syntax wasn't intended to be loaded under Python 2, but when building a bdist it was. In particular this would break running setup.py test. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 96f4bccbd..25d0c6f51 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = Flask==0.10.1 glob2==0.4.1 httpbin==0.4.0 - hypothesis==1.16.0 + hypothesis==1.16.1 itsdangerous==0.24 Mako==1.0.3 parse==1.6.6