all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Evgeny Pisemsky <evgeny@pisemsky.com>, 53943@debbugs.gnu.org
Subject: [bug#53943] [PATCH] Add python-stltools
Date: Fri, 25 Feb 2022 20:49:33 +0100	[thread overview]
Message-ID: <c8838f7651e57f1f640c49a98c34721cf7366f4a.camel@telenet.be> (raw)
In-Reply-To: <875ypli5yr.fsf@pisemsky.com>

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

Evgeny Pisemsky schreef op vr 11-02-2022 om 22:00 [+0300]:
> +         (replace 'check
> +           (lambda _
> +             (invoke "py.test" "-v"))))))

For cross-compilation and to make "--without-tests" work, this phase
needs to respect #:tests?, try

        (replace 'check
          (lambda* (#:key tests? #:allow-other-keys)
            (when tests?
              (invoke "py.test" "-v")))))))

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-02-25 19:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 19:00 [bug#53943] [PATCH] Add python-stltools Evgeny Pisemsky
2022-02-25 19:49 ` Maxime Devos [this message]
2022-02-25 19:51 ` Maxime Devos
2022-02-25 19:58   ` Maxime Devos
2022-02-25 19:55 ` Maxime Devos
2022-02-25 20:02 ` Maxime Devos
     [not found] ` <handler.53943.B.164460604623122.ack@debbugs.gnu.org>
2022-02-25 17:50   ` [bug#53943] Acknowledgement ([PATCH] Add python-stltools) Evgeny Pisemsky
2022-02-28  6:00   ` Evgeny Pisemsky
2022-03-06 21:19     ` bug#53943: [PATCH] Add python-stltools Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=c8838f7651e57f1f640c49a98c34721cf7366f4a.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=53943@debbugs.gnu.org \
    --cc=evgeny@pisemsky.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.