Accepting request 1149561 from home:lkocman:branches:devel:languages:python:numeric
- Disable tests for Leap 15 / SLES 15 re-add dropped changelog entry bsc#1184340 and bsc#1198319 OBS-URL: https://build.opensuse.org/request/show/1149561 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=85
This commit is contained in:
parent
58fb3eac7a
commit
1ea6cc2e54
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 15:09:27 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
|
- Disable tests for Leap 15 / SLES 15
|
||||||
|
re-add dropped changelog entry bsc#1184340 and bsc#1198319
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 23 17:01:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Jan 23 17:01:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,14 @@
|
|||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
# Leap15, SLES15
|
||||||
|
# Not doing tests because they take too long
|
||||||
|
# The tests also pull in dependencies of all backends done in pure python
|
||||||
|
%bcond_with test
|
||||||
|
%else
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
|
%endif
|
||||||
# Run on 64bit intel and arm only, on others there are >100 test failures
|
# Run on 64bit intel and arm only, on others there are >100 test failures
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user