[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: todoman: Fix tests.
From: |
guix-commits |
Subject: |
03/03: gnu: todoman: Fix tests. |
Date: |
Sun, 24 Mar 2024 07:10:29 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit f367047e9574ca8dd30ae8dc36ab1e783e2af71b
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Mar 23 11:21:08 2024 +0100
gnu: todoman: Fix tests.
* gnu/packages/task-management.scm (todoman) [#:phases] <check>: Load the
`ci'
hypothesis profile provided by upstream.
Change-Id: I2ea01f8c424a50cd617303f8338f92563e7b0204
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
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 @@ on arbitrary tasks. All the time data is saved in files
residing in the
(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 "