Remove implied dependency of `asdf_astropy.testing.helpers` on `pytest`
Closed this issue · 1 comments
WilliamJamieson commented
This import
is creating a dependency onpytest
for asdf_astropy.testing.helpers
, the is undesirable see spacetelescope/roman_datamodels#79.WilliamJamieson commented
This is the result of this import:
https://github.com/astropy/astropy/blob/508fc677f96471c5b29ce47eb79aedf4204d238f/astropy/tests/helper.py#L12 in astropy.tests.helper
.