reproject icon indicating copy to clipboard operation
reproject copied to clipboard

BUG: generate_asdf.py should avoid running when GWCS is not installed

Open pllim opened this issue 1 year ago • 1 comments

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

pllim avatar Sep 27 '24 16:09 pllim

Still a problem during astropy v7.0 integration testing. I worked around it by forcing gwcs to install downstream.

pllim avatar Nov 11 '24 20:11 pllim