Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-poetry-core for openSUSE:Factory checked in at 2024-09-10 21:12:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-poetry-core (Old) and /work/SRC/openSUSE:Factory/.python-poetry-core.new.17570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry-core" Tue Sep 10 21:12:41 2024 rev:21 rq:1199731 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-poetry-core/python-poetry-core.changes 2024-03-20 21:10:25.949322759 +0100 +++ /work/SRC/openSUSE:Factory/.python-poetry-core.new.17570/python-poetry-core.changes 2024-09-10 21:12:53.601187619 +0200 @@ -1,0 +2,5 @@ +Mon Sep 9 18:50:14 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Skip test failing with Python 3.12.6 gh#python-poetry/poetry#9678 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poetry-core.spec ++++++ --- /var/tmp/diff_new_pack.mwr1AW/_old 2024-09-10 21:12:54.129209618 +0200 +++ /var/tmp/diff_new_pack.mwr1AW/_new 2024-09-10 21:12:54.133209785 +0200 @@ -67,7 +67,10 @@ %check # gh#python-poetry/poetry#1645 git init -%pytest +#https://github.com/python-poetry/poetry/issues/9678 +donttest="obsdummyprefix" +python312_donttest=" or (test_invalid_requirement and :.-invalid)" +%pytest -k "not ($donttest ${$python_donttest})" %files %{python_files} %doc README.md