mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
d359f8555d
commit
8d81af68fa
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue