pythonPackages.fonttools: fix tests
This commit is contained in:
parent
2732be0649
commit
a412ecc439
@ -3,6 +3,7 @@
|
|||||||
, numpy
|
, numpy
|
||||||
, pytest
|
, pytest
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
|
, glibcLocales
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -25,6 +26,10 @@ buildPythonPackage rec {
|
|||||||
glibcLocales
|
glibcLocales
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/fonttools/fonttools;
|
homepage = https://github.com/fonttools/fonttools;
|
||||||
description = "A library to manipulate font files from Python";
|
description = "A library to manipulate font files from Python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user