mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update Hypothesis (#2678)
Fixes #1738 Signed-off-by: Zac Hatfield-Dodds <zac@zhd.dev>
This commit is contained in:
parent
7df59994e9
commit
f795301f90
3
setup.py
3
setup.py
@ -58,8 +58,7 @@ tests_require = [
|
|||||||
'pep8',
|
'pep8',
|
||||||
'flake8',
|
'flake8',
|
||||||
'flake8-quotes==0.8.1',
|
'flake8-quotes==0.8.1',
|
||||||
'hypothesis~=3.18.5',
|
'hypothesis>=5.3.0',
|
||||||
'hypothesis-regex',
|
|
||||||
# Removed pylint because its GPL license isn't Apache2-compatible
|
# Removed pylint because its GPL license isn't Apache2-compatible
|
||||||
'pytest>=3.0.0',
|
'pytest>=3.0.0',
|
||||||
'pytest-cov>=2.2.1',
|
'pytest-cov>=2.2.1',
|
||||||
|
@ -9,7 +9,7 @@ properties related to validation.
|
|||||||
from unittest.mock import patch
|
from unittest.mock import patch
|
||||||
|
|
||||||
from hypothesis import given
|
from hypothesis import given
|
||||||
from hypothesis_regex import regex
|
from hypothesis.strategies import from_regex as regex
|
||||||
from pytest import raises
|
from pytest import raises
|
||||||
|
|
||||||
from bigchaindb.common.exceptions import SchemaValidationError
|
from bigchaindb.common.exceptions import SchemaValidationError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user