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}" == " "