forked from pool/python-pdm
Accepting request 1198796 from home:yeey:OpenWebUI
Changes needed to build package on 15.6 OBS-URL: https://build.opensuse.org/request/show/1198796 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=42
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-pdm
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@@ -72,7 +72,7 @@ Requires: python-typing-extensions
|
||||
Requires: python-truststore
|
||||
%endif
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
%if %{with test}
|
||||
@@ -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
|
||||
|
Reference in New Issue
Block a user