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>
This commit is contained in:
pukkamustard 2023-01-13 10:54:40 +00:00 committed by Julien Lepiller
parent 386ad7d8d1
commit 2a08065b05
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

View File

@ -7043,6 +7043,9 @@ useful errors on failure.")
(base32 (base32
"134dl5qhjxsj2mcmrx9f3m0iys0n5mjfpz9flj8zn8d2jir43776")))) "134dl5qhjxsj2mcmrx9f3m0iys0n5mjfpz9flj8zn8d2jir43776"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments
;; Cyclic dependency with ocaml-ppx-jane
`(#:tests? #f))
(propagated-inputs (propagated-inputs
(list ocaml-base (list ocaml-base
ocaml-ppx-here ocaml-ppx-here