gnu: ruby-standard: Relax requirements.
* gnu/packages/ruby.scm (ruby-standard) [arguments]: Add relax-requirements phase.
This commit is contained in:
parent
0198bf5a79
commit
1b497bd6c6
@ -1822,6 +1822,13 @@ Batch and flush behavior.
|
||||
(lambda _
|
||||
;; Some tests fail otherwise.
|
||||
(setenv "HOME" "/tmp")))
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "standard.gemspec"
|
||||
(("\"rubocop\", \"1.44.1\"")
|
||||
"\"rubocop\", \">= 1.44.1\"")
|
||||
(("\"rubocop-performance\", \"1.15.2\"")
|
||||
"\"rubocop-performance\", \">= 1.15.2\""))))
|
||||
(add-after 'unpack 'delete-problematic-tests
|
||||
;; These tests fail for unknown reasons (see:
|
||||
;; https://github.com/testdouble/standard/issues/532).
|
||||
|
Loading…
x
Reference in New Issue
Block a user