Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hypothesis for
openSUSE:Factory checked in at 2022-01-23 12:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old)
and /work/SRC/openSUSE:Factory/.python-hypothesis.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypothesis"
Sun Jan 23 12:15:02 2022 rev:56 rq:947747 version:6.35.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes
2022-01-20 00:12:52.954605711 +0100
+++
/work/SRC/openSUSE:Factory/.python-hypothesis.new.1938/python-hypothesis.changes
2022-01-23 12:15:03.504720429 +0100
@@ -1,0 +2,5 @@
+Thu Jan 20 16:04:34 UTC 2022 - Matej Cepl <[email protected]>
+
+- Correct exclusion of test_recursion_error_is_not_flaky for 3.10.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hypothesis.spec ++++++
--- /var/tmp/diff_new_pack.q0w0PG/_old 2022-01-23 12:15:04.224715617 +0100
+++ /var/tmp/diff_new_pack.q0w0PG/_new 2022-01-23 12:15:04.232715564 +0100
@@ -138,6 +138,8 @@
%check
%if %{with test}
+# python3 means Python 3.6 on SLE-15 not a generic exclusion for all Python 3.*
+#
# theses tests try to write into global python_sitelib
# https://github.com/HypothesisWorks/hypothesis/issues/2546
donttest="test_updating_the_file_include_new_shrinkers"
@@ -148,7 +150,7 @@
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"
+python310_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"