- Dropped support for Python 3.8. [#62]
- The plugin is now aware of the
run_slowandrun_hugememoptions introduced inpytest-astropyversion 0.10.0. [#48]
- Fixed compatibility with
astropy. [#43]
- Suppressed
PytestAssertRewriteWarning. [#4] - Do not show astropy-helpers version in packages that don't use it. [#16]
- Removed compatibility code for
astropy< 4.0, and forastropy-helpers. [#32] - Removed
astropydependency. [#19, #34] - Bumped minimum supported Python version to 3.7 and various infrastructure updates. [#23, #39]
- Handle the case where the astropy version is 'unknown'. [#11]
- Fix declaration of test dependencies. [#9]
- Make plugin not crash if astropy is not installed. [#1]
- Initial release.