Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kitchen for openSUSE:Factory checked in at 2022-03-22 19:39:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kitchen (Old) and /work/SRC/openSUSE:Factory/.python-kitchen.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kitchen" Tue Mar 22 19:39:47 2022 rev:8 rq:963786 version:1.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kitchen/python-kitchen.changes 2021-01-19 16:04:04.471549917 +0100 +++ /work/SRC/openSUSE:Factory/.python-kitchen.new.25692/python-kitchen.changes 2022-03-22 19:39:49.543066339 +0100 @@ -1,0 +2,5 @@ +Mon Mar 21 21:13:49 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Skip failing tests (gh#fedora-infra/kitchen#37). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kitchen.spec ++++++ --- /var/tmp/diff_new_pack.d4C0GR/_old 2022-03-22 19:39:50.043066864 +0100 +++ /var/tmp/diff_new_pack.d4C0GR/_new 2022-03-22 19:39:50.047066868 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-kitchen # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -59,7 +59,8 @@ %else pushd kitchen3 %endif -$python -m pytest -k 'not test_internal_generate_combining_table' +# skips because of gh#fedora-infra/kitchen#29 and gh#fedora-infra/kitchen#37 +$python -m pytest -k 'not (test_internal_generate_combining_table or test_easy_gettext_setup_non_unicode or test_invalid_fallback_no_raise or test_lgettext or test_lngettext)' popd} %files %{python_files}