ocamlPackages.functoria: disable tests
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user