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>
This commit is contained in:
Liliana Marie Prikler 2025-07-20 18:04:01 +02:00
parent 85be73bc3f
commit 88447f2de5
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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