[new release] alcotest (5 packages) (1.9.0)
CHANGES:
- Add `seq`, a testable for `Seq.t` and `contramap` (mirage/alcotest#412 @xvw)
- Expose the `V1.Skip` exception (mirage/alcotest#415, mirage/alcotest#416, @Khady)
- BREAKING FIX: `match_raises` now expects the user-defined function to return
true for expected exceptions. Previously false was interpreted as an
expected exception. (mirage/alcotest#418, mirage/alcotest#419, @psafont)