Accepting request 1139718 from devel:languages:python:numeric

- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124,
  bsc#1218606

OBS-URL: https://build.opensuse.org/request/show/1139718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=18
This commit is contained in:
2024-01-18 20:54:06 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 18 13:25:55 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124,
bsc#1218606
-------------------------------------------------------------------
Thu Dec 7 22:10:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-netCDF4
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -83,6 +83,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%check
pushd test
export NO_NET=1
# Broken test in s390x, gh#Unidata/netcdf4-python#1124
%ifarch s390x
rm tst_compoundvar.py
%endif
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
$python run_all.py
}