From f19de5b9086414482ec7c1da864f7f1dd0e4897a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 17 Dec 2015 08:01:47 +0100 Subject: [PATCH] tox: Update hypothesis to 1.17.1. A small bug fix release, which fixes the fact that the 'note' function could not be used on tests which used the @example decorator to provide explicit examples. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eee024f07..c4ecf0faf 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.17.0 + hypothesis==1.17.1 itsdangerous==0.24 Mako==1.0.3 parse==1.6.6