Accepting request 1198921 from devel:languages:python

- Fix build on Leap 15.6

OBS-URL: https://build.opensuse.org/request/show/1198921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pdm?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-09-05 13:47:35 +00:00 committed by Git OBS Bridge
commit 93b8cbebe2
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 5 09:17:36 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Fix build on Leap 15.6
-------------------------------------------------------------------
Tue Jul 2 08:11:05 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -147,6 +147,10 @@ donttest="$donttest or test_build_distributions"
donttest="$donttest or test_show_self_package"
donttest="$donttest or test_publish_and_build_in_one_run"
donttest="$donttest or test_expand_project_root_in_url"
donttest="$donttest or test_init_validate_python_requires"
donttest="$donttest or test_init_command"
donttest="$donttest or test_init_command_library"
donttest="$donttest or test_use_command"
%pytest -v -k "not ($donttest)"
%endif