From 376f03501a305a1008ae6578114b6822921ebfe66b67953d1b19c42b5f046cb6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 30 Jun 2019 10:20:43 +0000 Subject: [PATCH] skip one online test OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=19 --- python-xarray.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-xarray.spec b/python-xarray.spec index a3d20c8..016cc9a 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -66,7 +66,7 @@ The dataset is an in-memory representation of a netCDF file. %check # Tests are xfail on aarch64: gh#pydata/xarray#2334 -%pytest -k "not test_datetime_reduce and not test_roundtrip_numpy_datetime_data" +%pytest -k "not test_datetime_reduce and not test_roundtrip_numpy_datetime_data and not test_download_from_github" %files %{python_files} %doc README.rst