GNU bug report logs - #44074
[PATCH] gnu: visidata: Update to 2.0.1.

Previous Next

Package: guix-patches;

Reported by: Ryan Prior <rprior <at> protonmail.com>

Date: Mon, 19 Oct 2020 04:30:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ryan Prior <rprior <at> protonmail.com>
Cc: 44074 <at> debbugs.gnu.org
Subject: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1.
Date: Wed, 21 Oct 2020 19:13:13 +0200
[Message part 1 (text/plain, inline)]
Arf, forgot the diff:

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm
index 667aea172e..6ba2939b4f 100644
--- a/gnu/packages/visidata.scm
+++ b/gnu/packages/visidata.scm
@@ -45,7 +45,7 @@
        (modify-phases %standard-phases
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
-             (if tests? (invoke "pytest"))
+             (when tests? (invoke "pytest"))
              #t)))))
     (inputs
      `(("dateutil" ,python-dateutil)

This bug report was last modified 4 years and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.