Accepting request 1291117 from devel:languages:python:numeric

- Do not run any tests on Leap 16.0 due to lack of dependencies
  This is part of hplip enablement on 16.0

OBS-URL: https://build.opensuse.org/request/show/1291117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pythran?expand=0&rev=25
This commit is contained in:
2025-07-08 13:28:06 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 7 18:31:44 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Do not run any tests on Leap 16.0 due to lack of dependencies
This is part of hplip enablement on 16.0
-------------------------------------------------------------------
Wed Jun 18 10:47:55 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -34,8 +34,8 @@
%if "%{flavor}" != "test-py313"
%define skip_python313 1
%endif
# Skip empty buildsets, last one is for sle15_python_module_pythons
%if "%{shrink:%{pythons}}" == "" || ("%pythons" == "python311" && 0%{?skip_python311})
# Skip empty buildsets on tumbleweed, or non py311 flavors on sle15_python_module_pythons, or any testing on leap 16
%if "%{shrink:%{pythons}}" == "" || ("%pythons" == "python311" && 0%{?skip_python311}) || (0%{?is_opensuse} && 0%{?suse_version} == 1600)
ExclusiveArch: donotbuild
%define python_module() %flavor-not-enabled-in-buildset-for-suse-%{?suse_version}
%else