tox: Update hypothesis/-pytest to 1.9.0/0.14.0.
Changelog: Codename: The great bundling. This release contains two fairly major changes. The first is the deprecation of the hypothesis-extra mechanism. From now on all the packages that were previously bundled under it other than hypothesis-pytest (which is a different beast and will remain separate). The functionality remains unchanged and you can still import them from exactly the same location, they just are no longer separate packages. The second is that this introduces a new way of building strategies which lets you build up strategies recursively from other strategies. It also contains the minor change that calling .example() on a strategy object will give you examples that are more representative of the actual data you'll get. There used to be some logic in there to make the examples artificially simple but this proved to be a bad idea.
This commit is contained in:
parent
418c7e4a96
commit
8be69e2f41
6
tox.ini
6
tox.ini
@ -27,8 +27,8 @@ deps =
|
|||||||
pytest-qt==1.5.0
|
pytest-qt==1.5.0
|
||||||
pytest-mock==0.7.0
|
pytest-mock==0.7.0
|
||||||
pytest-html==1.3.1
|
pytest-html==1.3.1
|
||||||
hypothesis==1.8.5
|
hypothesis==1.9.0
|
||||||
hypothesis-pytest==0.13.0
|
hypothesis-pytest==0.14.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw {posargs:tests}
|
||||||
@ -82,7 +82,7 @@ deps =
|
|||||||
astroid==1.3.7
|
astroid==1.3.7
|
||||||
beautifulsoup4==4.4.0
|
beautifulsoup4==4.4.0
|
||||||
pylint==1.4.4
|
pylint==1.4.4
|
||||||
hypothesis==1.8.5
|
hypothesis==1.9.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