From fe9a27a607607bbaf44cf492c3d20a75f9ff74e0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Apr 2016 17:49:38 +0200 Subject: [PATCH] tox: Update hypothesis to 3.1.2 Anything which used a text() or characters() strategy was broken on Windows and I hadn't updated appveyor to use the new repository location so I didn't notice. This is now fixed and windows support should work correctly. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eee71488b..de32ff977 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.1 + hypothesis==3.1.2 itsdangerous==0.24 Mako==1.0.4 parse==1.6.6