python2Packages.jedi: fix tests

This commit is contained in:
Jörg Thalheim 2017-09-01 19:05:56 +01:00
parent 4a6295e6fb
commit e4bc14f6b7

View File

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pytest
, glibcLocales
}:
buildPythonPackage rec {
@ -14,10 +15,10 @@ buildPythonPackage rec {
sha256 = "7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e";
};
checkInputs = [ pytest ];
checkInputs = [ pytest glibcLocales ];
checkPhase = ''
py.test test
LC_ALL="en_US.UTF-8" py.test test
'';
# 7 failed