remove use of deprecated hypothesis features (#26)
* timeout: https://hypothesis.readthedocs.io/en/master/changes.html#v3-16-0 * max_iterations: https://hypothesis.readthedocs.io/en/master/changes.html#v3-56-0development
parent
87b1982377
commit
2d17351552
|
@ -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()
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hypothesis
|
||||
hypothesis>=3.56.0
|
||||
mock
|
||||
pytest>=3.3.1
|
||||
pytest-cov
|
Loading…
Reference in New Issue