Skip to content

Gracefully skip requests.exceptions.ConnectionError in testing

This PR adds requests.exceptions.ConnectionError to the list of network errors handled by the gwpy.testing.errors.pytest_skip_network_error decorator.

Merge request reports