python2Packages.jedi: fix tests

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