summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-07-29 16:59:51 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-07-29 16:59:51 +0200
commit8be69e2f41109e4859bf79d9b408226d1eed64a0 (patch)
tree1437f23eb113ca77c7ed58f7628bed14b26851e7 /tox.ini
parent418c7e4a96df603dc46c8e53ce91a61691219013 (diff)
downloadqutebrowser-8be69e2f41109e4859bf79d9b408226d1eed64a0.tar.gz
qutebrowser-8be69e2f41109e4859bf79d9b408226d1eed64a0.zip
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 90d300896..50b031576 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,8 +27,8 @@ deps =
pytest-qt==1.5.0
pytest-mock==0.7.0
pytest-html==1.3.1
- hypothesis==1.8.5
- hypothesis-pytest==0.13.0
+ hypothesis==1.9.0
+ hypothesis-pytest==0.14.0
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m py.test --strict -rfEsw {posargs:tests}
@@ -82,7 +82,7 @@ deps =
astroid==1.3.7
beautifulsoup4==4.4.0
pylint==1.4.4
- hypothesis==1.8.5
+ hypothesis==1.9.0
logilab-common==1.0.2
six==1.9.0
commands =