pin to hypothesis<5 instead of <4 (latest is now 4.14.2)

This commit is contained in:
jab 2019-03-31 19:04:45 +00:00
parent 7fa729b0d0
commit 3f8282b782
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ SPHINX_REQ = 'Sphinx < 2'
DOCS_REQS = [SPHINX_REQ]
TEST_REQS = [
'hypothesis < 4',
'hypothesis < 5',
'py < 2',
'pytest < 5',
'pytest-benchmark >= 3.2.0, < 4',