mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
51f59e2426
commit
f367047e95
1 changed files with 2 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue