diff --git a/test/functional/test_f_base64_stream.py b/test/functional/test_f_base64_stream.py index 4006d4f..d2eeaaf 100644 --- a/test/functional/test_f_base64_stream.py +++ b/test/functional/test_f_base64_stream.py @@ -30,10 +30,8 @@ HYPOTHESIS_SETTINGS = hypothesis.settings( hypothesis.HealthCheck.hung_test, hypothesis.HealthCheck.large_base_example, ), - timeout=hypothesis.unlimited, deadline=None, max_examples=1000, - max_iterations=1500, ) BINARY = hypothesis_strategies.binary() diff --git a/test/requirements/modern b/test/requirements/modern index 8131c47..9a6b67f 100644 --- a/test/requirements/modern +++ b/test/requirements/modern @@ -1,4 +1,4 @@ -hypothesis +hypothesis>=3.56.0 mock pytest>=3.3.1 pytest-cov \ No newline at end of file