diff --git a/_multibuild b/_multibuild index 8954e54..8cf2769 100644 --- a/_multibuild +++ b/_multibuild @@ -1,5 +1,4 @@ - test-py38 test-py39 test-py310 test-py311 diff --git a/python-distributed.changes b/python-distributed.changes index a6f502b..34315ee 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 4 20:47:17 UTC 2023 - Ben Greiner + +- Drop python38 test flavor + ------------------------------------------------------------------- Mon Mar 27 16:41:16 UTC 2023 - Ben Greiner diff --git a/python-distributed.spec b/python-distributed.spec index 158e889..d58ecef 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -18,13 +18,6 @@ %define psuffix %{nil} %global flavor @BUILD_FLAVOR@%{nil} -%if "%{flavor}" == "test-py38" -%define psuffix -test-py38 -%define skip_python39 1 -%define skip_python310 1 -%define skip_python311 1 -%bcond_without test -%endif %if "%{flavor}" == "test-py39" %define psuffix -test-py39 %define skip_python38 1