1
0
forked from pool/python-xarray

Accepting request 719727 from home:TheBlackCat:branches:devel:languages:python:numeric

Disable non-functional dask tests

OBS-URL: https://build.opensuse.org/request/show/719727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=23
This commit is contained in:
Sebastian Wagner 2019-07-30 04:49:59 +00:00 committed by Git OBS Bridge
parent af8f8637aa
commit 8db6ad13e9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 29 21:32:02 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Disable non-functional dask tests
-------------------------------------------------------------------
Mon Jul 15 19:31:13 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -38,7 +38,8 @@ Provides: python-xray = %{version}
Obsoletes: python-xray < %{version}
BuildArch: noarch
# SECTION tests
BuildRequires: %{python_module dask-dataframe}
# dask tests currently failing
# BuildRequires: %%{python_module dask-dataframe}
BuildRequires: %{python_module pytest >= 2.7.1}
BuildRequires: %{python_module scipy}
BuildRequires: python2-mock