python2Packages.jedi: fix tests
This commit is contained in:
parent
4a6295e6fb
commit
e4bc14f6b7
@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytest
|
, pytest
|
||||||
|
, glibcLocales
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -14,10 +15,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e";
|
sha256 = "7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest glibcLocales ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test test
|
LC_ALL="en_US.UTF-8" py.test test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# 7 failed
|
# 7 failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user