mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-pleaserun: Fix check phase.
* gnu/packages/ruby.scm (ruby-pleaserun)[arguments]<#:phases>: Fix 'check phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a4915c37d9
commit
08ee74d544
1 changed files with 2 additions and 1 deletions
|
@ -4850,7 +4850,8 @@ is known as @url{http://www.ietf.org/rfc/rfc2821.txt, RFC2821}.")
|
||||||
;; The cli_spec.rb test fails non-deterministically with
|
;; The cli_spec.rb test fails non-deterministically with
|
||||||
;; a Errno::EISDIR error (see:
|
;; a Errno::EISDIR error (see:
|
||||||
;; https://github.com/jordansissel/pleaserun/issues/155)
|
;; https://github.com/jordansissel/pleaserun/issues/155)
|
||||||
(invoke "rspec" "--exclude-pattern" "cli_spec.rb")))))))
|
(invoke "rspec" "--exclude-pattern"
|
||||||
|
"spec/pleaserun/cli_spec.rb")))))))
|
||||||
(native-inputs (list ruby-flores ruby-rspec))
|
(native-inputs (list ruby-flores ruby-rspec))
|
||||||
(propagated-inputs (list ruby-cabin
|
(propagated-inputs (list ruby-cabin
|
||||||
ruby-clamp
|
ruby-clamp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue