Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-whey for openSUSE:Factory checked in at 2026-04-21 12:42:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-whey (Old) and /work/SRC/openSUSE:Factory/.python-whey.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-whey" Tue Apr 21 12:42:06 2026 rev:5 rq:1348090 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-whey/python-whey.changes 2026-02-05 17:58:29.454801881 +0100 +++ /work/SRC/openSUSE:Factory/.python-whey.new.11940/python-whey.changes 2026-04-21 12:42:28.120564226 +0200 @@ -1,0 +2,5 @@ +Mon Apr 20 01:36:51 UTC 2026 - Steve Kowalik <[email protected]> + +- Skip two more tests that require whey-pth. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-whey.spec ++++++ --- /var/tmp/diff_new_pack.8rsbok/_old 2026-04-21 12:42:28.820593311 +0200 +++ /var/tmp/diff_new_pack.8rsbok/_new 2026-04-21 12:42:28.824593478 +0200 @@ -105,9 +105,11 @@ %check %if %{with test} -# test_show_builders requires two whey modules that are not packaged +# Requires two whey modules that are not packaged +donttest="test_show_builders or test_build_editable or test_create_editables_files" # test_build_success requires that the module is built exactly when the tests are run -%pytest --ignore tests/test_utils.py -k 'not (test_show_builders or test_build_success)' +donttest+=" or test_build_success" +%pytest --ignore tests/test_utils.py -k "not ($donttest)" %endif %if !%{with test}
