tox: Update hypothesis to 1.17.0.

This is actually the same release as 1.16.1, but 1.16.1 has been pulled because
it contains the following additional change that was not intended to be in a
patch release (it's perfectly stable, but is a larger change that should have
required a minor version bump):

Hypothesis will now perform a series of "health checks" as part of running your
tests. These detect and warn about some common error conditions that people
often run into which wouldn't necessarily have caued the test to fail but would
cause e.g. degraded performance or confusing results.
This commit is contained in:
Florian Bruhin 2015-12-15 11:48:07 +01:00
parent fd96685b02
commit a2423b0b6c

View File

@ -20,7 +20,7 @@ deps =
Flask==0.10.1 Flask==0.10.1
glob2==0.4.1 glob2==0.4.1
httpbin==0.4.0 httpbin==0.4.0
hypothesis==1.16.1 hypothesis==1.17.0
itsdangerous==0.24 itsdangerous==0.24
Mako==1.0.3 Mako==1.0.3
parse==1.6.6 parse==1.6.6