reproject
reproject copied to clipboard
BUG: generate_asdf.py should avoid running when GWCS is not installed
GWCS is only an optional test dependency
https://github.com/astropy/reproject/blob/7aaeb13a7f3e8fc5c9fe651c89599ff5cdd9247d/pyproject.toml#L37
so I would expect the test suite to not crash when GWCS is not installed
https://github.com/astropy/reproject/blob/7aaeb13a7f3e8fc5c9fe651c89599ff5cdd9247d/reproject/tests/data/generate_asdf.py#L5
but it crashes, see https://github.com/astropy/astropy-integration-testing/actions/runs/11073838092/job/30771295426
Still a problem during astropy v7.0 integration testing. I worked around it by forcing gwcs to install downstream.