From f805cb752f9269cef6c8d3dc06fb608ed445d465 Mon Sep 17 00:00:00 2001 From: jab Date: Wed, 13 Jan 2016 01:40:05 +0000 Subject: [PATCH] peg to hypothesis 1.18.1 using hypothesis>=1.19.0 causes tests to time out. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87d9da2..98fdb3c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ tests_require = [ 'py>=1.4.31', 'pytest>=2.8.5', 'pytest-cov>=2.2.0', - 'hypothesis>=1.17.1', + 'hypothesis==1.18.1', 'hypothesis-pytest>=0.19.0', ]