From 020ad56467ec24b2a637fa34a3a8fa22e1cc8910 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 5 Jun 2024 06:02:42 +0200 Subject: [PATCH] ocamlPackages.functoria: disable tests --- pkgs/development/ocaml-modules/functoria/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; {