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:
Vivien Kraus 2024-03-23 11:21:08 +01:00 committed by Liliana Marie Prikler
parent 51f59e2426
commit f367047e95
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 1 deletions

View File

@ -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 "