summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-12-29 14:45:49 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-12-29 14:45:49 +0100
commit2f51dae2b339deb73346e1aca9084c97a09f4711 (patch)
tree0fd37cc41a711761dad4eaf9c484286112716fbd
parentb7998838d3fd324cd12ea898c61e7ab95caa3745 (diff)
downloadqutebrowser-2f51dae2b339deb73346e1aca9084c97a09f4711.tar.gz
qutebrowser-2f51dae2b339deb73346e1aca9084c97a09f4711.zip
tox: Update hypothesis to 1.18.1.
- Hypothesis will no longer write generated code to the file system. This will improve performance on some systems (e.g. if you're using PythonAnywhere which is running your code from NFS) and prevent some annoying interactions with auto-restarting systems. - Hypothesis will cache the creation of some strategies. This can significantly improve performance for code that uses flatmap or composite and thus has to instantiate strategies a lot.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d644a7c07..4145716ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ deps =
Flask==0.10.1
glob2==0.4.1
httpbin==0.4.0
- hypothesis==1.18.0
+ hypothesis==1.18.1
itsdangerous==0.24
Mako==1.0.3
parse==1.6.6