radio-astro-tools / casa-formats-io

Code to handle I/O from/to data in CASA format
Other
10 stars 7 forks source link

Update CI configuration and fix deprecations #57

Closed astrofrog closed 1 year ago

astrofrog commented 1 year ago

WIP as I need to fix some deprecations and there are now some test errors

astrofrog commented 1 year ago

The conda jobs are failing but I think it's due to tox-conda not properly supporting tox 4, so I think we can ignore for now.

keflavich commented 1 year ago

This is obviously a big improvement. Any idea what the remaining few failures are?

EDIT:I missed the last comment. What are we going to do about that? Should we disable those tests for now?

astrofrog commented 1 year ago

@keflavich - let's just disable the tests for now, I'll open an issue to remind us.

astrofrog commented 1 year ago

I'm skipping the building of the Python 3.12 wheels for now since there is a setuptools issue. It doesn't matter anyway since we don't actually build 3.12 wheels, we just test on 3.12 (but we have universal wheels that use the limited API)