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.
This commit is contained in:
Florian Bruhin 2016-05-24 15:41:55 +02:00
parent c6cb8e5099
commit 40601adef0

View File

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