python-xarray fails check
Description:
The build failure should be resolved by updating python-pint to 0.22 or newer. Check generates a different error with the updated pint. Updating python-xarray produces a segmentation fault during check with or without the updated python-pint. Locking pytest to a single core allows it to complete with failures.
Additional info:
- python-xarray 2023.01.0-3
- python-xarray-2023.01.0-3-x86_64-check.log.xz
- https://github.com/pydata/xarray/issues/8437
- Check log with pint 0.22 python-xarray-2023.01.0-3.1-x86_64-check.log.xz
- https://github.com/pydata/xarray/issues/7079
- Check log with xarray 2024.02.0 python-xarray-2024.02.0-1-x86_64-check.log.xz
- Check log with xarray 2024.02.0 and pint 0.22 python-xarray-2024.02.0-1.1-x86_64-check.log.xz
- Check log with xarray 2024.02.0 and pint 0.22 pytest locked to a single core python-xarray-2024.02.0-1.2-x86_64-check.log.xz
Steps to reproduce:
$ pkgctl repo clone --protocol=https python-xarray
$ cd python-xarray/
$ pkgctl build
Edited by loqs