astropy/asdf-astropy

Remove implied dependency of `asdf_astropy.testing.helpers` on `pytest`

Closed this issue · 1 comments

This import

from astropy.tests.helper import assert_quantity_allclose
is creating a dependency on pytest for asdf_astropy.testing.helpers, the is undesirable see spacetelescope/roman_datamodels#79.