unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 69960@debbugs.gnu.org
Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu,
	liliana.prikler@gmail.com, maxim.cournoyer@gmail.com
Subject: [bug#69960] [PATCH gnome-team 2/2] gnu: todoman: Fix tests.
Date: Sat, 23 Mar 2024 11:21:08 +0100	[thread overview]
Message-ID: <ea51946638b9941b04cef8f0ee7763e0bf5ff1a9.1711189473.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <cover.1711189473.git.vivien@planete-kraus.eu>

* gnu/packages/task-management.scm (todoman) [#:phase 'check]: Load the `ci'
hypothesis profile provided by upstream.

Change-Id: I2ea01f8c424a50cd617303f8338f92563e7b0204
---
 gnu/packages/task-management.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm
index aac643799f..96df50d747 100644
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -453,7 +453,8 @@ (define-public todoman
           (replace 'check
             (lambda* (#:key inputs outputs tests? #:allow-other-keys)
               (when tests?
-                (invoke "pytest" "-vv" "tests" "-k"
+                (invoke "pytest" "--hypothesis-profile=ci"
+                        "-vv" "tests" "-k"
                         (string-append
                          ;; Test expects wrong output string.
                          "not test_bad_start_date "
-- 
2.41.0




  parent reply	other threads:[~2024-03-23 10:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-23 10:24 [bug#69960] [PATCH gnome-team 0/2] Fix todoman test failure Vivien Kraus via Guix-patches via
2024-03-23 10:20 ` [bug#69960] [PATCH gnome-team 1/2] gnu: todoman: Update style Vivien Kraus via Guix-patches via
2024-03-23 10:48   ` Liliana Marie Prikler
2024-03-23 10:21 ` Vivien Kraus via Guix-patches via [this message]
2024-03-23 10:50   ` [bug#69960] [PATCH gnome-team 2/2] gnu: todoman: Fix tests Liliana Marie Prikler
2024-03-23 10:52     ` Vivien Kraus via Guix-patches via
2024-03-24 11:15       ` bug#69960: " Liliana Marie Prikler

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=ea51946638b9941b04cef8f0ee7763e0bf5ff1a9.1711189473.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=69960@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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).