this repo has no description
0
fork

Configure Feed

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

junit_alcotest is not compatible with alcotest 1.9.0

Fails with Error: Unbound constructor Alcotest_engine__Core.Skip

See https://github.com/ocaml/opam-repository/pull/27617#issuecomment-2726660837

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

+4 -4
+1 -1
packages/junit_alcotest/junit_alcotest.2.0.1/opam
··· 10 10 depends: [ 11 11 "dune" {>= "1.0"} 12 12 "odoc" {with-doc & >= "1.1.1"} 13 - "alcotest" {>= "0.8.0"} 13 + "alcotest" {>= "0.8.0" & < "1.9.0"} 14 14 "junit" 15 15 ] 16 16 build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.0.2/opam
··· 10 10 depends: [ 11 11 "dune" {>= "1.0"} 12 12 "odoc" {with-doc & >= "1.1.1"} 13 - "alcotest" 13 + "alcotest" {< "1.9.0"} 14 14 "junit" {= version} 15 15 ] 16 16 build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.0/opam
··· 11 11 "ocaml" {>= "4.02.3"} 12 12 "jbuilder" {>= "1.0+beta10"} 13 13 "odoc" {with-doc & >= "1.1.1"} 14 - "alcotest" {>= "0.8.0"} 14 + "alcotest" {>= "0.8.0" & < "1.9.0"} 15 15 "junit" 16 16 ] 17 17 build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.1.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "1.0"} 12 12 "odoc" {with-doc & >= "1.1.1"} 13 - "alcotest" {>= "1.7.0"} 13 + "alcotest" {>= "1.7.0" & < "1.9.0"} 14 14 "junit" {= version} 15 15 ] 16 16 build: [