forked from pool/python-textdistance
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textdistance?expand=0&rev=3
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/tests/test_compression/test_common.py
|
|
+++ b/tests/test_compression/test_common.py
|
|
@@ -32,6 +32,7 @@ def test_monotonicity(alg):
|
|
assert same <= similar <= diffirent
|
|
|
|
|
|
+@hypothesis.settings(deadline=None)
|
|
@pytest.mark.parametrize('alg', ALGS)
|
|
@hypothesis.given(
|
|
left=hypothesis.strategies.text(),
|