forked from pool/python-textdistance
- Switch off timeout on failing test
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textdistance?expand=0&rev=3
This commit is contained in:
10
extend-timeout.patch
Normal file
10
extend-timeout.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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(),
|
||||
Reference in New Issue
Block a user