From dc1b0920ab898c33f902171f07ca2e5f3ac53b69 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 1 May 2016 17:49:44 +0200 Subject: [PATCH] tox: Update hypothesis to 3.1.3 - Another charmap problem. In 3.1.2 text/characters would break on systems which had /tmp/ mounted on a different partition than the Hypothesis storage directory (usually in home). This fixes that. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2e8e2876c..e0b071736 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = Flask==0.10.1 glob2==0.4.1 httpbin==0.4.1 - hypothesis==3.1.2 + hypothesis==3.1.3 itsdangerous==0.24 Mako==1.0.4 parse==1.6.6