- Versions of Python <3.8 are no longer supported. [#81]
- Reverting the short option of
-R
due to a clash withpytest-leaks
. The short option is added topytest-astropy
instead. [#70]
-R
is 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_data
argument to be passed withoutsource
keyword. [#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-data
argument. [#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.