~ruther/guix-local

91fd9c908f3a8f1faa87ad527ad21f8df876407a — Nicolas Graves 2 months ago 54b3e92
gnu: beanquery: Ignore failing tests.

* gnu/packages/finance.scm (beanquery)[arguments]<#:test-flags>:
Ignore failing tests due to insignificant whitespace differences.

Change-Id: I5e3a628542ba9b16a26b000f5d7a99007aacbf20
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +5 -0
@@ 2154,6 2154,11 @@ generate a variety of reports from them, and provides a web interface.")
                    (("tatsu-lts")
                     "tatsu")))))
    (build-system pyproject-build-system)
    (arguments
     (list
      #:test-flags
      ;; Whitespace differences in these tests.
      #~(list "--ignore=beanquery/query_render_test.py")))
    (propagated-inputs
     (list beancount-3
           python-click