mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
85be73bc3f
commit
88447f2de5
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue