From a2423b0b6c684f05d42f1fb2cfde125067220e15 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Dec 2015 11:48:07 +0100 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 25d0c6f51..97d874081 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.1 + hypothesis==1.17.0 itsdangerous==0.24 Mako==1.0.3 parse==1.6.6