-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Test failures in predeps job (pre-release dependencies) #15807
Copy link
Copy link
Description
Example log: https://github.com/astropy/astropy/actions/runs/7392979516/job/20112234044
Things in RC:
- pandas 2.2.0rc0
- scipy 1.12.0rc1
- pytest 8.0.0rc1
Since we test against scipy-dev and pytest-dev (in different jobs though), likely culprit is pandas, but we might have also overlooked something that snuck in any of the dev during the holidays.
io/fits/tests/test_util.py:27withFailed: DID NOT WARN.table/tests/test_mixin.py:170withAstropyUserWarning: Earth Location "TOPOCENTER" for Time Column "atcb" is incompatible with scale "TCB".(2 similar failures)timeseries/io/tests/test_kepler.py:107withUnitsWarning: 'BJD - 2457000, days' did not parse as fits unittimeseries/tests/test_sampled.py:399withUnitsWarning: 'BJD - 2457000, days' did not parse as fits unitutils/tests/test_data.py:1101withCacheMissingWarning: Remote data cache could not be accessed due to OSError
Some of these also look suspicious. I wonder if there was a remote network failure and these are transient. I restarted the job and all the failures remain. Whoever wants to investigate will have to install pre-release(s) of suspected package(s) and see if you can reproduce the errors.
Reactions are currently unavailable