~ruther/guix-local

88447f2de5667c9b0c3b36f5b1008dbcb58f0295 — Liliana Marie Prikler 10 months ago 85be73b
gnu: python-dateparser: Fix build.

* gnu/packages/python-xyz.scm (python-dateparser)[#:test-flags]: Disable
“test_relative_base_setting_2_en”.

Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 34468,7 34468,8 @@ It adds a simple and readable way to print stuff during development.")
     (list python-flake8 python-pytest python-parameterized tzdata-for-tests
           python-setuptools python-wheel))
    (arguments
     `(#:phases
     `(#:test-flags (list "-k" "not test_relative_base_setting_2_en")
       #:phases
       (modify-phases %standard-phases
         (add-before 'check 'set-check-environment
           (lambda* (#:key inputs #:allow-other-keys)