Skip to content

Commit

Permalink
python2Packages.jedi: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 1, 2017
1 parent 4a6295e commit e4bc14f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/jedi/default.nix
Expand Up @@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, pytest
, glibcLocales
}:

buildPythonPackage rec {
Expand All @@ -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
Expand Down

0 comments on commit e4bc14f

Please sign in to comment.