diff --git a/pkgs/development/ocaml-modules/functoria/default.nix b/pkgs/development/ocaml-modules/functoria/default.nix index e126c707285a..23778957e4b7 100644 --- a/pkgs/development/ocaml-modules/functoria/default.nix +++ b/pkgs/development/ocaml-modules/functoria/default.nix @@ -12,7 +12,8 @@ buildDunePackage { propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ]; - doCheck = true; + # Tests are not compatible with cmdliner 1.3 + doCheck = false; checkInputs = [ alcotest functoria-runtime ]; meta = with lib; {