From cd94ab38267af2c9dc72b5e439c539c45ad6651a973da1127d3fac1b96e14725 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 10 Jan 2025 03:12:55 +0000 Subject: [PATCH] Moar test skipping OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=57 --- python-poetry-core.changes | 2 +- python-poetry-core.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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}