15
0

- 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:
2021-01-03 14:27:40 +00:00
committed by Git OBS Bridge
parent 25df111065
commit e5ef1a3042
3 changed files with 21 additions and 2 deletions

10
extend-timeout.patch Normal file
View 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(),