forked from pool/python-hypothesis
- 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
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user