ocamlPackages.kcas: disable tests with OCaml 5.4

This commit is contained in:
Vincent Laporte 2025-10-07 04:00:04 +02:00
parent 94f636550b
commit 65f869a0e6
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
lib,
buildDunePackage,
fetchurl,
ocaml,
domain-local-await,
domain-local-timeout,
alcotest,
@ -29,7 +30,7 @@ buildDunePackage rec {
backoff
];
doCheck = true;
doCheck = !lib.versionAtLeast ocaml.version "5.4";
nativeCheckInputs = [ mdx.bin ];
checkInputs = [
alcotest