ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
120 stars 77 forks source link

TST: conda_linux_tests failed #1048

Closed pllim closed 1 year ago

pllim commented 1 year ago

Example log: https://github.com/ejeschke/ginga/actions/runs/4848985893/jobs/8640572843

It appears to be using astropy 5.1. Hopefully just bumping versions on that job would fix things up but I don't have time to investigate right away.

ejeschke commented 1 year ago

@pllim, I saw the same error. It appears something has changed in astropy 5.1 (possibly something that has been deprecated is no longer generating a DeprecationWarning, although I think that we should have seen that earlier).

pllim commented 1 year ago

astropy 5.1 was out a while ago, so I am guessing it is incompatible with some newer stuff that the conda job picked up but I haven't had the chance to compare logs. If you get to it first, find the last successful log and compare the version numbers. 🤞