astropy / reproject

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://reproject.readthedocs.io
BSD 3-Clause "New" or "Revised" License
106 stars 66 forks source link

BUG: CI is failing badly #471

Open pllim opened 1 week ago

pllim commented 1 week ago

A lot of jobs failing.

astrofrog commented 1 week ago

Last successful build of tests: https://github.com/astropy/reproject/actions/runs/10398602265

First failing one: https://github.com/astropy/reproject/actions/runs/10414456195

astrofrog commented 1 week ago

Changes in dependencies:

2c2
< aiohappyeyeballs==2.3.5
---
> aiohappyeyeballs==2.3.6
29c29
< hypothesis==6.111.0
---
> hypothesis==6.111.1
60c60
< reproject @ file:///Users/runner/work/reproject/reproject/.tox/.tmp/package/1/reproject-0.14.1.dev8%2Bg7aaeb13a.tar.gz#sha256=c8bfb16dae88027ac4e0781f24d2bf9f84f90598892eea10d659f9d6b69caa32
---
> reproject @ file:///Users/runner/work/reproject/reproject/.tox/.tmp/package/1/reproject-0.14.1.dev8%2Bg7aaeb13a.tar.gz#sha256=fab9754e6ff7eaff955ad4de4ad2f4c97d806b56fb34793b61fa852f836c88d4
67c67
< sunpy==6.0.0
---
> sunpy==6.0.1

I wonder if this is related to sunpy

astrofrog commented 1 week ago

Looks like it's due to sunpy 6.0.1: https://github.com/astropy/reproject/pull/472

astrofrog commented 1 week ago

@Cadair could this be due to sunpy actually making something more correct so that we have to update the reference files?