diff --git a/python-xarray.changes b/python-xarray.changes index b1680d5..7902337 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 24 16:28:40 UTC 2022 - Ben Greiner + +- Don't test with dask and distributed in python310: not supported + yet + ------------------------------------------------------------------- Fri Dec 10 08:01:01 UTC 2021 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index 6905a83..c6e2b4d 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -18,8 +18,6 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -# NEP 29: Numpy 1.20 dropped support for Python 3.6, python36-numpy is removed from Tumbleweed. xarray will follow on next release -%define skip_python36 1 Name: python-xarray Version: 0.20.2 Release: 0 @@ -71,8 +69,8 @@ Suggests: python-sparse >= 0.11 Suggests: python-toolz >= 0.11 #/SECTION # SECTION tests -BuildRequires: %{python_module dask-dataframe} -BuildRequires: %{python_module dask-diagnostics} +BuildRequires: %{python_module dask-dataframe if %python-base < 3.10} +BuildRequires: %{python_module dask-diagnostics if %python-base < 3.10} BuildRequires: %{python_module pooch} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}