Skip to content

Commit

Permalink
Fix alcotest constraint (thanks to @dinosaure)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Oct 4, 2024
1 parent ff83a5e commit dfe950b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(odoc :with-doc)
(sherlodoc :with-doc)
(fmt :with-test)
(alcotest :with-test)
(alcotest (and :with-test (>= 1.3.0)))
(qcheck :with-test)
(qcheck-alcotest :with-test)
ppx_expect
Expand Down Expand Up @@ -147,7 +147,7 @@
(dune (>= 3.0.0))
(yocaml (= :version))
(fmt :with-test)
(alcotest :with-test)
(alcotest (and :with-test (>= 1.3.0)))
(qcheck :with-test)
(qcheck-alcotest :with-test)
ppx_expect
Expand Down
2 changes: 1 addition & 1 deletion yocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"odoc" {with-doc}
"sherlodoc" {with-doc}
"fmt" {with-test}
"alcotest" {with-test}
"alcotest" {with-test & >= "1.3.0"}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect"
Expand Down
2 changes: 1 addition & 1 deletion yocaml_syndication.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "3.14" & >= "3.0.0"}
"yocaml" {= version}
"fmt" {with-test}
"alcotest" {with-test}
"alcotest" {with-test & >= "1.3.0"}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect"
Expand Down

0 comments on commit dfe950b

Please sign in to comment.