pip-requirements-tests.txt | 6 +++--- tests/test_pyderasn.py | 1 - diff --git a/pip-requirements-tests.txt b/pip-requirements-tests.txt index bc81a1e23971c85af03db6472ef70effcbf735ed09fce5510dee69f2abf06f91..de041c0c0c40c144299c6cd0a5079294657e1abf9c20d527589521b2895170e4 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 062e10186f52cec6f154629e6d01bcb9848b3ca89afa19d81369ab34420c96d7..6ae434c4b491cc8587bbeb563c5548d7e697094fae876090c43ceea8d157543c 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -114,7 +114,6 @@ settings.register_profile("local", settings( deadline=5000, - perform_health_check=False, )) settings.load_profile("local") LONG_TEST_MAX_EXAMPLES = settings().max_examples * 4