From b166eb3e16d554e2692de55d62c63c55fe5c5e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Jan 2025 13:59:52 +0100 Subject: [PATCH] dev-python/xarray: Reenable tests that used to fail with numpy-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/xarray/xarray-2025.1.0-r1.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/xarray/xarray-2025.1.0-r1.ebuild b/dev-python/xarray/xarray-2025.1.0-r1.ebuild index 7ebc7c04cfdbf..c7dd33b2184fc 100644 --- a/dev-python/xarray/xarray-2025.1.0-r1.ebuild +++ b/dev-python/xarray/xarray-2025.1.0-r1.ebuild @@ -107,19 +107,6 @@ python_test() { ;; esac - if has_version ">=dev-python/numpy-2[${PYTHON_USEDEP}]"; then - EPYTEST_DESELECT+=( - xarray/tests/test_dataset.py::TestDataset::test_polyfit_warnings - # https://github.com/pandas-dev/pandas/issues/56996 - xarray/tests/test_backends.py::test_use_cftime_false_standard_calendar_in_range - # TODO - 'xarray/tests/test_dtypes.py::test_maybe_promote[q-expected19]' - 'xarray/tests/test_dtypes.py::test_maybe_promote[Q-expected20]' - 'xarray/tests/test_conventions.py::TestCFEncodedDataStore::test_roundtrip_mask_and_scale[dtype0-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]' - 'xarray/tests/test_conventions.py::TestCFEncodedDataStore::test_roundtrip_mask_and_scale[dtype1-create_unsigned_masked_scaled_data-create_encoded_unsigned_masked_scaled_data]' - ) - fi - if ! has_version "dev-python/seaborn[${PYTHON_USEDEP}]"; then EPYTEST_DESELECT+=( xarray/tests/test_plot.py::TestContour::test_colors