From 2f51dae2b339deb73346e1aca9084c97a09f4711 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 29 Dec 2015 14:45:49 +0100 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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