From 42a8035c46349deb16fa7805dd412aada283d82f1e67bcfdcdf3ee1060c060e0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 18 Feb 2024 00:09:28 +0000 Subject: [PATCH] Accepting request 1147360 from home:bnavigator:branches:devel:languages:python:numeric - Yet another fix of the python39 test skip OBS-URL: https://build.opensuse.org/request/show/1147360 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=38 --- python-pythran.changes | 5 +++++ python-pythran.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pythran.changes b/python-pythran.changes index e1a85bc..06cba22 100644 --- a/python-pythran.changes +++ b/python-pythran.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 17 19:56:24 UTC 2024 - Ben Greiner + +- Yet another fix of the python39 test skip + ------------------------------------------------------------------- Wed Feb 7 13:53:21 UTC 2024 - Ben Greiner diff --git a/python-pythran.spec b/python-pythran.spec index 6051071..dad86f6 100644 --- a/python-pythran.spec +++ b/python-pythran.spec @@ -17,8 +17,6 @@ %global flavor @BUILD_FLAVOR@%{nil} -# global stop testing even when it is still in buildset (otherwise every test flavor would also test this one) -%define skip_python39 1 %if "%{flavor}" == "test-py310" %define psuffix -test-py310 %define skip_python311 1 @@ -39,6 +37,8 @@ %bcond_with test %else %bcond_without test +# global stop testing even when it is still in buildset (otherwise every test flavor would also test this one) +%define skip_python39 1 # do nothing in a test flavor that is still around but has nothing in buildset anymore # (The obs server-side interpreter cannot use lua or rpm shrink) %if "%{pythons}" == "" || "%{pythons}" == " " || "%{pythons}" == " " || "%{pythons}" == " " || "%{pythons}" == " "