diff --git a/python-poetry-core.changes b/python-poetry-core.changes index f1a60de..ce77082 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Jan 10 03:08:25 UTC 2025 - Steve Kowalik +Fri Jan 10 03:12:41 UTC 2025 - Steve Kowalik - Change test skipping, the skipped one works, and another is broken. diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 8c73861..2e697d7 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -68,7 +68,8 @@ cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.L # gh#python-poetry/poetry#1645 git init # date time issues -- wheel gets built with the current time -donttest="test_dist_info_date_time_default_value" +donttest="test_dist_info_date_time_default_value or test_sdist_mtime_zero " +donttest+="or test_sdist_members_mtime_default" %pytest -k "not ($donttest)" %files %{python_files}