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

Use [tool:pytest] to fix build on pytest 4.2 #38

Closed scarabeusiv closed 5 years ago

scarabeusiv commented 5 years ago

[pytest] marking is deprecated and errors out on 4.2+ version.

bsipocz commented 5 years ago

Thank you @scarabeusiv! Given that we already require pytest 3.1+ for this plugin, I'm merging this as uncontroversial.