python2Packages.jedi: fix tests

+3 -2
+3 -2
pkgs/development/python-modules/jedi/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , pytest 5 }: 6 7 buildPythonPackage rec { ··· 14 sha256 = "7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e"; 15 }; 16 17 - checkInputs = [ pytest ]; 18 19 checkPhase = '' 20 - py.test test 21 ''; 22 23 # 7 failed
··· 2 , buildPythonPackage 3 , fetchPypi 4 , pytest 5 + , glibcLocales 6 }: 7 8 buildPythonPackage rec { ··· 15 sha256 = "7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e"; 16 }; 17 18 + checkInputs = [ pytest glibcLocales ]; 19 20 checkPhase = '' 21 + LC_ALL="en_US.UTF-8" py.test test 22 ''; 23 24 # 7 failed