unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Ryan Prior <rprior@protonmail.com>
Cc: 44074@debbugs.gnu.org
Subject: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1.
Date: Wed, 21 Oct 2020 19:13:13 +0200	[thread overview]
Message-ID: <87zh4fzemu.fsf@gnu.org> (raw)
In-Reply-To: <20201019042926.30701-1-rprior@protonmail.com> (Ryan Prior's message of "Mon, 19 Oct 2020 04:29:31 +0000")

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]

Arf, forgot the diff:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 469 bytes --]

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)

      parent reply	other threads:[~2020-10-21 17:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19  4:29 [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1 Ryan Prior via Guix-patches via
2020-10-21 17:12 ` bug#44074: " Ludovic Courtès
2020-10-21 17:13 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zh4fzemu.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=44074@debbugs.gnu.org \
    --cc=rprior@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).