diff --git a/python-poetry-core.changes b/python-poetry-core.changes index ec259e0..f1a60de 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 10 03:08:25 UTC 2025 - Steve Kowalik + +- Change test skipping, the skipped one works, and another is broken. + ------------------------------------------------------------------- Wed Jan 8 17:39:28 UTC 2025 - Dirk Müller diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 53504e8..8c73861 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -67,8 +67,8 @@ cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.L %check # gh#python-poetry/poetry#1645 git init -#https://github.com/python-poetry/poetry/issues/9678 -donttest="obsdummyprefix" +# date time issues -- wheel gets built with the current time +donttest="test_dist_info_date_time_default_value" %pytest -k "not ($donttest)" %files %{python_files}