From e09c2a2dc592d7f2eb026de9b883aaf34518423f5beaa2d2d3ff70cdb5c053ba Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 10 Aug 2021 16:42:40 +0000 Subject: [PATCH] Update the patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=43 --- hypothesis_settings.patch | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hypothesis_settings.patch b/hypothesis_settings.patch index 745b677..7738d82 100644 --- a/hypothesis_settings.patch +++ b/hypothesis_settings.patch @@ -1,9 +1,18 @@ --- - tests/test_enumerate.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + tests/test_enumerate.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) --- a/tests/test_enumerate.py +++ b/tests/test_enumerate.py +@@ -90,7 +90,7 @@ class TestEnumerator(object): + + @failed_health_check_wrapper + @given(_CONTEXT_STRATEGY, _SUBSYSTEM_STRATEGY) +- @settings(max_examples=10) ++ @settings(max_examples=10, deadline=None) + def test_match_subsystem(self, context, subsystem): + """ + Subsystem match matches devices w/ correct subsystem. @@ -126,7 +126,7 @@ class TestEnumerator(object): @failed_health_check_wrapper