Skip to content

Commit bd9f65b

Browse files
committed
junit_alcotest is not compatible with alcotest 1.9.0
Fails with Error: Unbound constructor Alcotest_engine__Core.Skip See #27617 (comment) Signed-off-by: Marcello Seri <[email protected]>
1 parent a8ed476 commit bd9f65b

File tree

4 files changed

+4
-4
lines changed
  • packages/junit_alcotest
    • junit_alcotest.2.0.1
    • junit_alcotest.2.0.2
    • junit_alcotest.2.0
    • junit_alcotest.2.1.0

4 files changed

+4
-4
lines changed

packages/junit_alcotest/junit_alcotest.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
1010
depends: [
1111
"dune" {>= "1.0"}
1212
"odoc" {with-doc & >= "1.1.1"}
13-
"alcotest" {>= "0.8.0"}
13+
"alcotest" {>= "0.8.0" & < "1.9.0"}
1414
"junit"
1515
]
1616
build: [

packages/junit_alcotest/junit_alcotest.2.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
1010
depends: [
1111
"dune" {>= "1.0"}
1212
"odoc" {with-doc & >= "1.1.1"}
13-
"alcotest"
13+
"alcotest" {< "1.9.0"}
1414
"junit" {= version}
1515
]
1616
build: [

packages/junit_alcotest/junit_alcotest.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ocaml" {>= "4.02.3"}
1212
"jbuilder" {>= "1.0+beta10"}
1313
"odoc" {with-doc & >= "1.1.1"}
14-
"alcotest" {>= "0.8.0"}
14+
"alcotest" {>= "0.8.0" & < "1.9.0"}
1515
"junit"
1616
]
1717
build: [

packages/junit_alcotest/junit_alcotest.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
1010
depends: [
1111
"dune" {>= "1.0"}
1212
"odoc" {with-doc & >= "1.1.1"}
13-
"alcotest" {>= "1.7.0"}
13+
"alcotest" {>= "1.7.0" & < "1.9.0"}
1414
"junit" {= version}
1515
]
1616
build: [

0 commit comments

Comments
 (0)