diff --git a/python-pdm.changes b/python-pdm.changes index 8d768dc..c3a7801 100644 --- a/python-pdm.changes +++ b/python-pdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 09:17:36 UTC 2024 - Markéta Machová + +- Fix build on Leap 15.6 + ------------------------------------------------------------------- Tue Jul 2 08:11:05 UTC 2024 - Daniel Garcia diff --git a/python-pdm.spec b/python-pdm.spec index 926af68..c065613 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -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