Tomáš Chvátal 2019-04-23 09:44:37 +00:00 committed by Git OBS Bridge
parent bea2b3c885
commit e4c40cde16
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 23 09:44:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Just use %pytest macro
-------------------------------------------------------------------
Sun Apr 7 11:37:34 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -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