guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 88447f2de5667c9b0c3b36f5b1008dbcb58f0295
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jul 20 18:04:01 2025 +0200
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b2de3f0f39..c5f7ed8ca8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)