- Change test skipping, the skipped one works, and another is broken.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=56
This commit is contained in:
Steve Kowalik 2025-01-10 03:08:40 +00:00 committed by Git OBS Bridge
parent 2ff49c0991
commit 61d070bcff
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 03:08:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Change test skipping, the skipped one works, and another is broken.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 17:39:28 UTC 2025 - Dirk Müller <dmueller@suse.com> Wed Jan 8 17:39:28 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@ -67,8 +67,8 @@ cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.L
%check %check
# gh#python-poetry/poetry#1645 # gh#python-poetry/poetry#1645
git init git init
#https://github.com/python-poetry/poetry/issues/9678 # date time issues -- wheel gets built with the current time
donttest="obsdummyprefix" donttest="test_dist_info_date_time_default_value"
%pytest -k "not ($donttest)" %pytest -k "not ($donttest)"
%files %{python_files} %files %{python_files}