File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
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: [
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
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: [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
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: [
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tags: ["junit" "jenkins" "alcotest"]
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: [
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build: [
23
23
depends: [
24
24
"ocaml" {>= "4.05.0"}
25
25
"dune"
26
- "alcotest" {with-test}
26
+ "alcotest" {with-test & < "1.9.0" }
27
27
"ppx_deriving" {with-test}
28
28
"mirage-clock" {>= "2.0.0" & < "3.0.0"}
29
29
"mirage-kv-lwt" {>= "2.0.0"}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build: [
23
23
depends: [
24
24
"ocaml" {>= "4.06.0"}
25
25
"dune" {>= "1.3.0"}
26
- "alcotest" {with-test}
26
+ "alcotest" {with-test & < "1.9.0" }
27
27
"ppx_deriving" {with-test}
28
28
"mirage-clock" {>= "3.0.0"}
29
29
"mirage-kv" {>= "3.0.0" & < "5.0.0"}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build: [
23
23
depends: [
24
24
"ocaml" {>= "4.08.0"}
25
25
"dune" {>= "1.3.0"}
26
- "alcotest" {with-test}
26
+ "alcotest" {with-test & < "1.9.0" }
27
27
"ppx_deriving" {with-test}
28
28
"mirage-clock" {>= "3.0.0"}
29
29
"mirage-kv" {>= "5.0.0" & < "6.0.0"}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build: [
23
23
depends: [
24
24
"ocaml" {>= "4.08.0"}
25
25
"dune" {>= "1.3.0"}
26
- "alcotest" {with-test}
26
+ "alcotest" {with-test & < "1.9.0" }
27
27
"mirage-clock" {>= "3.0.0"}
28
28
"mirage-kv" {>= "6.0.0"}
29
29
"fmt"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build: [
23
23
depends: [
24
24
"ocaml" {>= "4.08.0"}
25
25
"dune" {>= "1.3.0"}
26
- "alcotest" {with-test}
26
+ "alcotest" {with-test & < "1.9.0" }
27
27
"mirage-ptime" {>= "5.0.0"}
28
28
"mirage-kv" {>= "6.0.0"}
29
29
"fmt" {>= "0.9.0"}
You can’t perform that action at this time.
0 commit comments