Hi, On Wed, 14 Dec 2022 at 22:35, Efraim Flashner wrote: > * gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.9. > [arguments]: Skip tests. Add phase to skip ambiguities tests. > [propagated-inputs]: Add julia-fixedpointnumbers. [...] > + (arguments > + (list > + #:tests? #f ; TODO: Reenable the test suite. Why skip the tests? > + #:phases > + #~(modify-phases %standard-phases > + (add-after 'unpack 'adjust-tests > + (lambda _ > + (substitute* "test/runtests.jl" > + ((".*detect_ambiguities.*") ""))))))) And add a phases modifying the test suite? Cheers, simon