- Versions of Python <3.9 are no longer supported. [#81, #93]
- Reverting the short option of
-Rdue to a clash withpytest-leaks. The short option is added topytest-astropyinstead. [#70]
-Ris added as a short version for the command-line option--remote-data. [#62]- Versions of Python <3.7 are no longer supported. [#65]
- Various infrastructure and packaging updates. If you have trouble installing an older version, try upgrading to this one.
- Fixed compatibility with pytest 4.2 and later. [#38, #40]
- Fix warnings that occur with pytest 3.7 and later. [#34]
- Allow
remote_dataargument to be passed withoutsourcekeyword. [#27] - Add
source='github'option. Also fix IP lookup error forsource='astropy'option. [#28]
- Fix packaging error: tests are no longer included in package distribution. [#24]
- Do not accept invalid values passed to
--remote-dataargument. [#15] - Update list of valid hosts URLs recognized as astropy data sources. [#13]
- Remove test dependency on astropy core. [#14]
- Allow strict remote data checking to be configurable. This introduces a
dependency on
pytest>=3.1. [#18]
- Alpha release.