guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ripgrep: Remove obsolete comment.


From: guix-commits
Subject: branch master updated: gnu: ripgrep: Remove obsolete comment.
Date: Sat, 12 Jun 2021 18:40:04 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 13e011d  gnu: ripgrep: Remove obsolete comment.
13e011d is described below

commit 13e011d8b43e05c39e541664027c2c36f0ad8057
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 13 00:39:19 2021 +0200

    gnu: ripgrep: Remove obsolete comment.
    
    * gnu/packages/rust-apps.scm (ripgrep): Remove obsolete comment since the
    tests are now enabled again.
---
 gnu/packages/rust-apps.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 8048ccc..f02eea9 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -391,11 +391,7 @@ characters, ASCII whitespace characters, other ASCII 
characters and non-ASCII.")
          "1gv4imhjgxmyxaa996yshcjlakmrjw9pf4rycp90pq675cn9sz7k"))))
     (build-system cargo-build-system)
     (arguments
-     ;; XXX: Upgrading rust-bstr-0.2 from 0.2.12 to 0.2.15 introduced 11 test
-     ;; failures. Skip tests for now. Check again at next bstr or ripgrep
-     ;; upgrade.
-     `(#:tests? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-bstr" ,rust-bstr-0.2)
         ("rust-clap" ,rust-clap-2)
         ("rust-grep" ,rust-grep-0.2)



reply via email to

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