peg to hypothesis 1.18.1

using hypothesis>=1.19.0 causes tests to time out.
This commit is contained in:
jab 2016-01-13 01:40:05 +00:00
parent 2633febeaf
commit f805cb752f
1 changed files with 1 additions and 1 deletions

View File

@ -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',
]