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
This commit is contained in:
Josselin Poiret 2024-02-13 22:52:32 +01:00 committed by Ludovic Courtès
parent d359f8555d
commit 8d81af68fa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -22877,7 +22877,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))