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 2024-11-27 22:05:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old) and /work/SRC/openSUSE:Factory/.python-hypothesis.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypothesis" Wed Nov 27 22:05:22 2024 rev:80 rq:1226532 version:6.119.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes 2024-11-18 19:57:24.887623149 +0100 +++ /work/SRC/openSUSE:Factory/.python-hypothesis.new.28523/python-hypothesis.changes 2024-11-27 22:05:25.181606664 +0100 @@ -1,0 +2,7 @@ +Mon Nov 25 20:20:07 UTC 2024 - Matej Cepl <mc...@suse.com> + +- Skip tests matching `test_adds_note_showing_which_strategy` + (gh#HypothesisWorks/hypothesis#4185). +- Add missing BR: rich. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hypothesis.spec ++++++ --- /var/tmp/diff_new_pack.ewRIFF/_old 2024-11-27 22:05:25.793632284 +0100 +++ /var/tmp/diff_new_pack.ewRIFF/_new 2024-11-27 22:05:25.793632284 +0100 @@ -92,6 +92,7 @@ BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module python-dateutil >= 1.4} +BuildRequires: %{python_module rich >= 9.0.0} BuildRequires: %{python_module typing_extensions} %if %{with complete_tests} BuildRequires: %{python_module Django >= 3.2} @@ -206,6 +207,9 @@ " >> tests/conftest.py %if %{without complete_tests} export PYTEST_ADDOPTS="--ignore=tests/pandas/ --ignore=tests/redis/test_redis_exampledatabase.py" +# gh#HypothesisWorks/hypothesis#4185 +# pytest < 8.0 doesn't support __notes__ in pytest.raises() +donttest+=" or test_adds_note_showing_which_strategy" %endif %pytest -c pytest.ini -k "not ($donttest)" tests; rm -rf .pytest_cache %endif