gnu: ruby-sqlite3: Remove obsolete workaround.

* gnu/packages/ruby.scm (ruby-sqlite3)[arguments]: Remove phase
'adjust-failing-test'.
This commit is contained in:
Marius Bakke 2020-04-08 13:21:24 +02:00
parent b1f56712c0
commit bcdd279a5f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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"))))))