14
0
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:
2024-09-05 08:57:39 +00:00
committed by Git OBS Bridge
parent dbbfbdfa37
commit 8cd8076ad1

View File

@@ -1,5 +1,5 @@
# #
# spec file for package python-pdm # spec file
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@@ -147,6 +147,10 @@ donttest="$donttest or test_build_distributions"
donttest="$donttest or test_show_self_package" donttest="$donttest or test_show_self_package"
donttest="$donttest or test_publish_and_build_in_one_run" donttest="$donttest or test_publish_and_build_in_one_run"
donttest="$donttest or test_expand_project_root_in_url" 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)" %pytest -v -k "not ($donttest)"
%endif %endif