https://github.com/astropy/specutils/pull/833#issuecomment-867105354 This is important to avoid all the jobs hammering service providers. Only one of the jobs should do it for any given push events. * For test functions, use `@pytest.mark.remote_data` decorators. * For doctest, use `# doctest: +REMOTE_DATA` at the end of each affected line. Support for code blocks will be available once astropy/pytest-doctestplus#137 is merged and released.