Pin hypothesis so that it works with regex

related to #1738
This commit is contained in:
Sylvain Bellemare 2017-08-31 12:26:52 +02:00
parent 6271e4f674
commit 1f42adeac4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ tests_require = [
'pep8',
'flake8',
'flake8-quotes==0.8.1',
'hypothesis',
'hypothesis~=3.18.5',
'hypothesis-regex',
'pylint',
'pytest>=3.0.0',