14
0
2025-01-10 03:12:55 +00:00
committed by Git OBS Bridge
parent 0d730a7791
commit cd94ab3826
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 10 03:08:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Fri Jan 10 03:12:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Change test skipping, the skipped one works, and another is broken. - Change test skipping, the skipped one works, and another is broken.

View File

@@ -68,7 +68,8 @@ cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.L
# gh#python-poetry/poetry#1645 # gh#python-poetry/poetry#1645
git init git init
# date time issues -- wheel gets built with the current time # 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)" %pytest -k "not ($donttest)"
%files %{python_files} %files %{python_files}