guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: ruby-sqlite3: Remove obsolete workaround.


From: guix-commits
Subject: 01/04: gnu: ruby-sqlite3: Remove obsolete workaround.
Date: Wed, 8 Apr 2020 11:49:17 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit bcdd279a5fe561c0908f46d3ef4af5629bf60d47
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Apr 8 13:21:24 2020 +0200

    gnu: ruby-sqlite3: Remove obsolete workaround.
    
    * gnu/packages/ruby.scm (ruby-sqlite3)[arguments]: Remove phase
    'adjust-failing-test'.
---
 gnu/packages/ruby.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 87d9852..7e6df38 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]