From eeee170c0c7f0c89370c074c6e39592b1d7eca1d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 26 May 2018 13:33:37 +0300 Subject: [PATCH] Updated hypothesis --- pip-requirements-tests.txt | 6 +++--- tests/test_pyderasn.py | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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 -- 2.44.0