From a436468026df1ae3ca705e7080584130e190d3b0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Jul 2016 20:21:20 +0200 Subject: [PATCH] test requirements: Update hypothesis to 3.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Test functions defined using @given can now be called from other threads - Attempting to delete a settings property would previously have silently done the wrong thing. Now it raises an AttributeError. - Creating a settings object with a custom database_file parameter was silently getting ignored and the default was being used instead. Now it’s not. --- misc/requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 68b1bc9ab..59c04d922 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -7,7 +7,7 @@ decorator==4.0.10 Flask==0.10.1 # rq.filter: < 0.11.0 glob2==0.4.1 httpbin==0.4.1 -hypothesis==3.4.1 +hypothesis==3.4.2 itsdangerous==0.24 # Jinja2==2.8 Mako==1.0.4