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.
This commit is contained in:
Florian Bruhin 2015-12-15 06:59:06 +01:00
parent ee845590b7
commit c74bcf95aa

View File

@ -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