tox: Update hypothesis to 3.0.4.

- Fix version parsing of py.test to work with py.test release candidates
- More general handling of the health check problem where things could fail
  because of a cache miss - now one "free" example is generated before the start
  of the health check run.
- Fix a bug where Hypothesis would error when running on Python 2.7.3 or earlier
  because it was trying to pass a bytearray object to struct.unpack (which is
  only supported since 2.7.4).
This commit is contained in:
Florian Bruhin 2016-02-24 20:11:40 +01:00
parent 0df4da5b91
commit 2dfce20602

View File

@ -20,7 +20,7 @@ deps =
Flask==0.10.1
glob2==0.4.1
httpbin==0.4.1
hypothesis==3.0.2
hypothesis==3.0.4
itsdangerous==0.24
Mako==1.0.3
parse==1.6.6