tox: Update hypothesis to 0.18.0.
Changelog: - text() with a non-string alphabet would have used the repr() of the the alphabet instead of its contexts. This is obviously silly. It now works with any sequence of things convertible to unicode strings. - @given will now work on methods whose definitions contains no explicit positional arguments, only varargs. This may have some knock on effects because it means that @given no longer changes the argspec of functions other than by adding defaults. - Introduction of new @composite feature for more natural definition of strategies you'd previously have used flatmap for.
This commit is contained in:
parent
3046d2f068
commit
fecc4be057
6
tox.ini
6
tox.ini
@ -20,8 +20,8 @@ deps =
|
|||||||
pytest-qt==1.5.1
|
pytest-qt==1.5.1
|
||||||
pytest-mock==0.7.0
|
pytest-mock==0.7.0
|
||||||
pytest-html==1.5.1
|
pytest-html==1.5.1
|
||||||
hypothesis==1.10.6
|
hypothesis==1.11.0
|
||||||
hypothesis-pytest==0.17.0
|
hypothesis-pytest==0.18.0
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
pytest-cov==2.1.0
|
pytest-cov==2.1.0
|
||||||
beautifulsoup4==4.4.0
|
beautifulsoup4==4.4.0
|
||||||
@ -80,7 +80,7 @@ deps =
|
|||||||
astroid==1.3.8
|
astroid==1.3.8
|
||||||
beautifulsoup4==4.4.0
|
beautifulsoup4==4.4.0
|
||||||
pylint==1.4.4
|
pylint==1.4.4
|
||||||
hypothesis==1.10.5
|
hypothesis==1.11.0
|
||||||
logilab-common==1.0.2
|
logilab-common==1.0.2
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user