- The plugin is now aware of the
run_slow
andrun_hugemem
options introduced inpytest-astropy
version 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
astropy
dependency. [#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.