Skip to content

Myriad build/CI fixes

This PR updates a test of the TimeSeries object to handle more exception types from h5py. Apparently the exception types cannot be relied upon because the upstream HDF5 library doesn't consider error codes part of the public API, see http://docs.h5py.org/en/2.9.0/faq.html#exceptions for information.

UPDATE: This PR fixes a few unrelated build failures:

  • updates a test of the TimeSeries object to handle more exception types from h5py; apparently the exception types cannot be relied upon because the upstream HDF5 library doesn't consider error codes part of the public API, see http://docs.h5py.org/en/2.9.0/faq.html#exceptions for information
  • pin to pytest<5.0.0 to avoid annoying internal errors
  • updated images for ligo reference OS builds

Merge request reports