diff --git a/python-poetry-core.changes b/python-poetry-core.changes index 9b236e0..3212617 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 18:50:14 UTC 2024 - Ben Greiner + +- Skip test failing with Python 3.12.6 gh#python-poetry/poetry#9678 + ------------------------------------------------------------------- Tue Mar 19 15:29:49 UTC 2024 - Matej Cepl diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 28f1720..882af38 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -67,7 +67,10 @@ cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.L %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