tox: Update hypothesis to 3.1.1

- Fix concurrency issue when running tests that use text() from multiple
  processes at once
- Improve performance of code using lists with max_size
- Fix install on Python 2 with ancient versions of pip so that it
  installs the enum34 backport
- Remove duplicated __all__ exports from hypothesis.strategies
- Update headers to point to new repository location.
- Allow use of strategies that can’t be used in find() (e.g. choices) in
  stateful testing.
This commit is contained in:
Florian Bruhin 2016-04-29 22:25:50 +02:00
parent 4807746e8f
commit 294e0799c2

View File

@ -20,7 +20,7 @@ deps =
Flask==0.10.1
glob2==0.4.1
httpbin==0.4.1
hypothesis==3.1.0
hypothesis==3.1.1
itsdangerous==0.24
Mako==1.0.4
parse==1.6.6