From: Sergey Matveev Date: Sat, 26 May 2018 10:33:37 +0000 (+0300) Subject: Updated hypothesis X-Git-Tag: 3.8~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=eeee170c0c7f0c89370c074c6e39592b1d7eca1d Updated hypothesis --- diff --git a/pip-requirements-tests.txt b/pip-requirements-tests.txt index 625aed7..212c7e6 100644 --- a/pip-requirements-tests.txt +++ b/pip-requirements-tests.txt @@ -1,4 +1,4 @@ -attrs==17.2.0 -coverage==4.4.1 +attrs==18.1.0 +coverage==4.5.1 enum34==1.1.6 ; python_version == '2.7' -hypothesis==3.30.4 +hypothesis==3.57.0 diff --git a/tests/test_pyderasn.py b/tests/test_pyderasn.py index 125244f..c730633 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -114,7 +114,6 @@ from pyderasn import VisibleString settings.register_profile("local", settings( deadline=5000, - perform_health_check=False, )) settings.load_profile("local") LONG_TEST_MAX_EXAMPLES = settings().max_examples * 4