- Skip failing test on 32bit arch (gh#pydata/sparse#490).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sparse?expand=0&rev=13
This commit is contained in:
2022-10-21 09:10:06 +00:00
committed by Git OBS Bridge
parent 7600afcb8a
commit e6f2374bfb
3 changed files with 31 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/pydata/sparse
Source: https://files.pythonhosted.org/packages/source/s/sparse/sparse-%{version}.tar.gz
# PATCH-FIX-UPSTREAM skip-32bit-archs.patch gh#pydata/sparse#490 mcepl@suse.com
# Skip some tests on 32bit architecture
Patch0: skip-32bit-archs.patch
BuildRequires: %{python_module setuptools}
# SECTION test requirements
BuildRequires: %{python_module dask-array}