From e4c40cde16896f8ee3dd5c0bea9a243b23690eb9a14fc31b349c2db63dd73f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Apr 2019 09:44:37 +0000 Subject: [PATCH] - Just use %pytest macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=14 --- python-xarray.changes | 5 +++++ python-xarray.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-xarray.changes b/python-xarray.changes index 410f3fd..3797166 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 23 09:44:22 UTC 2019 - Tomáš Chvátal + +- Just use %pytest macro + ------------------------------------------------------------------- Sun Apr 7 11:37:34 UTC 2019 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index ddd2bb1..cc9cc32 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -65,8 +65,7 @@ The dataset is an in-memory representation of a netCDF file. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -#ignore netcdf fails for now, known upstream: https://github.com/pydata/xarray/issues/2050 -%python_expand py.test-%{$python_bin_suffix} xarray +%pytest %files %{python_files} %doc README.rst