astropy / pytest-remotedata

Pytest plugin to control whether tests are run that have remote data
BSD 3-Clause "New" or "Revised" License
23 stars 15 forks source link

Make specific remote data source configurable #1

Open drdavella opened 7 years ago

drdavella commented 7 years ago

Right now one of the possibilities for the --remote-data option is astropy. This doesn't make sense for a general-purpose plugin. Specific data sources should be configurable through setup.cfg.

We need to retain backwards compatibility for astropy users in the mid-term, though.