Skip to content

Commit

Permalink
Update Hypothesis (#2678)
Browse files Browse the repository at this point in the history
Fixes #1738

Signed-off-by: Zac Hatfield-Dodds <zac@zhd.dev>
  • Loading branch information
Zac-HD authored and davie0 committed Jan 26, 2020
1 parent 7df5999 commit f795301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def check_setuptools_features():
'pep8',
'flake8',
'flake8-quotes==0.8.1',
'hypothesis~=3.18.5',
'hypothesis-regex',
'hypothesis>=5.3.0',
# Removed pylint because its GPL license isn't Apache2-compatible
'pytest>=3.0.0',
'pytest-cov>=2.2.1',
Expand Down
2 changes: 1 addition & 1 deletion tests/common/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from unittest.mock import patch

from hypothesis import given
from hypothesis_regex import regex
from hypothesis.strategies import from_regex as regex
from pytest import raises

from bigchaindb.common.exceptions import SchemaValidationError
Expand Down

0 comments on commit f795301

Please sign in to comment.