diff options
Diffstat (limited to 'gnu/packages/task-management.scm')
-rw-r--r-- | gnu/packages/task-management.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 " |