guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: ocaml-ppx-expect: Disable tests.


From: guix-commits
Subject: 03/04: gnu: ocaml-ppx-expect: Disable tests.
Date: Sun, 15 Jan 2023 09:58:17 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 2a08065b051e42836cd46da0876ac2b2b6ee7733
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Fri Jan 13 10:54:40 2023 +0000

    gnu: ocaml-ppx-expect: Disable tests.
    
    Tests require a package that would cause a cyclic dependency after
    removing test-target.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-expect): Disable tests.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/ocaml.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7b59bee28f..29ce615dfe 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7043,6 +7043,9 @@ useful errors on failure.")
         (base32
          "134dl5qhjxsj2mcmrx9f3m0iys0n5mjfpz9flj8zn8d2jir43776"))))
     (build-system dune-build-system)
+    (arguments
+     ;; Cyclic dependency with ocaml-ppx-jane
+     `(#:tests? #f))
     (propagated-inputs
      (list ocaml-base
            ocaml-ppx-here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]