From 40601adef01e5c6c995f753c171581612dca284b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 May 2016 15:41:55 +0200 Subject: [PATCH] tox: Update hypothesis to 3.2.0 All tests using @given now fix the global random seed. This removes the health check for that. If a non-zero seed is required for the final falsifying example, it will be reported. Otherwise Hypothesis will assume randomization was not a significant factor for the test and be silent on the subject. If you use the random_module() strategy this will continue to work and will always display the seed. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 92ff07d18..2818a6b23 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.1.3 + hypothesis==3.2.0 itsdangerous==0.24 Mako==1.0.4 parse==1.6.6