mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: julia-fuzzycompletions: Adjust test suite for julia-1.6.
* gnu/packages/julia-xyz.scm (julia-fuzzycompletions)[arguments]: Add phase to skip failing test.
This commit is contained in:
parent
d09223edab
commit
226af89e58
1 changed files with 7 additions and 0 deletions
|
@ -1450,6 +1450,13 @@ (define-public julia-fuzzycompletions
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07sv88c472n6w4x7diy952igbcfm1s104ysnnvprld83312siw06"))))
|
(base32 "07sv88c472n6w4x7diy952igbcfm1s104ysnnvprld83312siw06"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'skip-failing-test
|
||||||
|
(lambda _
|
||||||
|
(substitute* "test/runtests.jl"
|
||||||
|
((".*RPLE.*") "")))))))
|
||||||
(home-page "https://github.com/JunoLab/FuzzyCompletions.jl")
|
(home-page "https://github.com/JunoLab/FuzzyCompletions.jl")
|
||||||
(synopsis "Fuzzy completion provider for Julia")
|
(synopsis "Fuzzy completion provider for Julia")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue