From 6f6f59d9168ba8c05e635f8d692a9a24b7a879b4adad2ae634e04fab5604c132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 28 May 2019 07:15:41 +0000 Subject: [PATCH] Accepting request 705725 from home:TheBlackCat:branches:devel:languages:python:numeric fix building on ARM OBS-URL: https://build.opensuse.org/request/show/705725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=16 --- python-xarray.changes | 6 ++++++ python-xarray.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-xarray.changes b/python-xarray.changes index 3797166..7b89d3d 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 28 01:54:37 UTC 2019 - Todd R + +- Disable known failing tests on arm. + See gh#pydata/xarray#2334 + ------------------------------------------------------------------- Tue Apr 23 09:44:22 UTC 2019 - Tomáš Chvátal diff --git a/python-xarray.spec b/python-xarray.spec index cc9cc32..500fbfc 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -65,7 +65,8 @@ The dataset is an in-memory representation of a netCDF file. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Tests are xfail on aarch64: gh#pydata/xarray#2334 +%pytest -k "not test_datetime_reduce and not test_roundtrip_numpy_datetime_data" %files %{python_files} %doc README.rst