From 53790fdede82867776a982eeec6d36679ceea12b Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Tue, 13 Feb 2024 22:52:32 +0100 Subject: gnu: python-natsort: Add en_US.UTF-8 locale for tests. * gnu/packages/python-xyz.scm (python-natsort): Add en_US.UTF-8 locale for the package's tests. Change-Id: I5947b6550b9bc71d403685756ead4f1c77c99012 --- gnu/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a7360369fe..de98906619 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21826,7 +21826,10 @@ (define-public python-natsort (when tests? (invoke "pytest" "-v"))))))) (native-inputs - (list python-hypothesis python-pytest-cov python-pytest-mock + (list glibc-utf8-locales ;; Tests want en_US.UTF-8 + python-hypothesis + python-pytest-cov + python-pytest-mock python-pytest)) (propagated-inputs ; TODO: Add python-fastnumbers. (list python-pyicu)) -- cgit v1.2.3