commit: b166eb3e16d554e2692de55d62c63c55fe5c5e1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 12:59:52 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 13:07:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b166eb3e
dev-python/xarray: Reenable tests that used to fail with numpy-2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 7ebc7c04cfdb..c7dd33b2184f 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