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>master
parent
51f59e2426
commit
f367047e95
|
@ -453,7 +453,8 @@ on arbitrary tasks. All the time data is saved in files residing in the
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
|
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "pytest" "-vv" "tests" "-k"
|
(invoke "pytest" "--hypothesis-profile=ci"
|
||||||
|
"-vv" "tests" "-k"
|
||||||
(string-append
|
(string-append
|
||||||
;; Test expects wrong output string.
|
;; Test expects wrong output string.
|
||||||
"not test_bad_start_date "
|
"not test_bad_start_date "
|
||||||
|
|
Reference in New Issue