mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ruby-sqlite3: Remove obsolete workaround.
* gnu/packages/ruby.scm (ruby-sqlite3)[arguments]: Remove phase 'adjust-failing-test'.
This commit is contained in:
parent
b1f56712c0
commit
bcdd279a5f
1 changed files with 0 additions and 7 deletions
|
@ -6180,13 +6180,6 @@ (define-public ruby-sqlite3
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'adjust-failing-test
|
||||
(lambda _
|
||||
;; XXX: This test fails with SQLite versions >= 3.21.
|
||||
;; See <https://github.com/sparklemotion/sqlite3-ruby/issues/226>.
|
||||
(substitute* "test/test_integration_resultset.rb"
|
||||
(("\"integer\", \"text\"") "\"INTEGER\", \"text\""))
|
||||
#t))
|
||||
(add-before 'check 'add-gemtest-file
|
||||
;; This file exists in the repository but is not distributed.
|
||||
(lambda _ (invoke "touch" ".gemtest"))))))
|
||||
|
|
Loading…
Reference in a new issue