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.
This commit is contained in:
Florian Bruhin 2016-05-27 15:40:50 +02:00
parent 1d87eee4d7
commit fc3e1b4ede

View File

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