Diff xarray-2023.7.0 with a xarray-2023.8.0

/usr/portage/dev-python/xarray/xarray-2023.8.0.ebuild 2023-10-09 14:52:30.400368373 +0300
17 17

  
18 18
LICENSE="Apache-2.0"
19 19
SLOT="0"
20
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
20
KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
21 21

  
22 22
RDEPEND="
23 23
	>=dev-python/numpy-1.22[${PYTHON_USEDEP}]
......
50 50
	xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip
51 51
	# hangs
52 52
	xarray/tests/test_backends.py::TestDask::test_dask_roundtrip
53
	# mismatches when pyarrow is installed
54
	# https://github.com/pydata/xarray/issues/8092
55
	xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_2D
56
	xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_not_daskarray
53 57
)
54 58

  
55 59
python_test() {
Thank you!