From 0e61078d507ea57cece2124bfc2bf200e8d4d72c4ba06a0f72f763278ac4b42d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Jan 2022 20:38:11 +0000 Subject: [PATCH] - Skip also test_recursion_error_is_not_flaky (gh#HypothesisWorks/hypothesis#3035) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=148 --- python-hypothesis.changes | 2 ++ python-hypothesis.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 8cecb02..d5bb28e 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -28,6 +28,8 @@ Mon Jan 10 16:47:37 UTC 2022 - Matej Cepl part of the public API. - Updates our copyright headers to use a general authorship statement and omit the year. +- Skip also test_recursion_error_is_not_flaky + (gh#HypothesisWorks/hypothesis#3035) ------------------------------------------------------------------- Sun Dec 12 11:40:54 UTC 2021 - Ben Greiner diff --git a/python-hypothesis.spec b/python-hypothesis.spec index d859e5d..cc18182 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -147,6 +147,8 @@ python36_donttest+=" or (test_cli_python_equivalence and json)" # typing_extension problem on python36 and Leap 15's python3 python36_donttest+=" or test_mutually_recursive_types_with_typevar" python3_donttest+=" or test_mutually_recursive_types_with_typevar" +# gh#HypothesisWorks/hypothesis#3035 +python3_donttest+=" or test_recursion_error_is_not_flaky" # requires backports.zoneinfo for python < 3.9 python36_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py" python38_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"