forked from pool/python-xarray
Accepting request 1136895 from devel:languages:python:numeric
- Disable ROS3 tests, because hdf5 library was built without ROS3 support. OBS-URL: https://build.opensuse.org/request/show/1136895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=45
This commit is contained in:
commit
3d2bebcfd0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 4 11:16:58 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
- Disable ROS3 tests, because hdf5 library was built without ROS3 support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 20 20:40:53 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
Wed Dec 20 20:40:53 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-xarray
|
# spec file for package python-xarray
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -115,6 +115,8 @@ if [ $(getconf LONG_BIT) -eq 32 ]; then
|
|||||||
# tests for 64bit types
|
# tests for 64bit types
|
||||||
donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore or TestZarrWriteEmpty"
|
donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore or TestZarrWriteEmpty"
|
||||||
fi
|
fi
|
||||||
|
# h5py was built without ROS3 support, can't use ros3 driver
|
||||||
|
donttest="$donttest or TestH5NetCDFDataRos3Driver"
|
||||||
%pytest -n auto -rsEf -k "not ($donttest)" xarray
|
%pytest -n auto -rsEf -k "not ($donttest)" xarray
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user