this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25202 from kit-ty-kate/fix-255

alcotest's tests are not compatible with OCaml 5.2

authored by

Marcello Seri and committed by
GitHub
9da8ac60 758e16fc

+4 -3
+1 -1
packages/alcotest/alcotest.1.5.0/opam
··· 43 43 "-j" 44 44 jobs 45 45 "@install" 46 - "@runtest" {with-test} 46 + "@runtest" {with-test & ocaml:version < "5.2"} 47 47 "@doc" {with-doc} 48 48 ] 49 49 ]
+1 -1
packages/alcotest/alcotest.1.6.0/opam
··· 42 42 "-j" 43 43 jobs 44 44 "@install" 45 - "@runtest" {with-test} 45 + "@runtest" {with-test & ocaml:version < "5.2"} 46 46 "@doc" {with-doc} 47 47 ] 48 48 ]
+2 -1
packages/alcotest/alcotest.1.7.0/opam
··· 43 43 jobs 44 44 "@install" 45 45 "@runtest" {with-test & arch != "arm32" & arch != "x86_32" 46 - & arch != "s390x" & arch != "ppc64"} 46 + & arch != "s390x" & arch != "ppc64" 47 + & ocaml:version < "5.2"} 47 48 "@doc" {with-doc} 48 49 ] 49 50 ]