From fc3e1b4ede00001706c0dbe2f52d320204e044a4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 27 May 2016 15:40:50 +0200 Subject: [PATCH] tox: Update hypothesis to 3.4.0 models() strategies from hypothesis.extra.django will now respect much more of Django's validations out of the box. Wherever possible full_clean() should succeed. In particular: - The max_length, blank and choices kwargs are now respected. - Add support for DecimalField. - If a field includes validators, the list of validators are used to filter the field strategy. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index abbae820a..3b005f31f 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.2.0 + hypothesis==3.4.0 itsdangerous==0.24 Mako==1.0.4 parse==1.6.6