Replace skip_missing_dependency test decorator with pytest.mark.requires
The custom gwpy.testing.utils.skip_missing_dependency
, used to skip tests when an optional requirement isn't installed, has been spun off into a standalone project pytest-requires, so GWpy should be updated to remove to replace all instances of skip_missing_dependency
with pytest.mark.requires
.