skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
117 stars 38 forks source link

TST: Drop deprecated astropy.tests.helper.raises #546

Closed rrjbca closed 2 years ago

rrjbca commented 2 years ago

Description

The latest astropy development version has deprecated astropy.tests.helper.raises. This raises a warning in our compatibility workflow e.g. HERE. Following the astropy recommendation, this PR drops astropy.tests.helper.raises and uses pytest.raises instead.

Checklist