mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ neither too verbose nor too minimal.")
|
|||
(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