From e4bc14f6b79b398b4bd6c588f83a658be8326a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 1 Sep 2017 19:05:56 +0100 Subject: [PATCH] python2Packages.jedi: fix tests --- pkgs/development/python-modules/jedi/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jedi/default.nix b/pkgs/development/python-modules/jedi/default.nix index 3f5d4897537..1199435c7d2 100644 --- a/pkgs/development/python-modules/jedi/default.nix +++ b/pkgs/development/python-modules/jedi/default.nix @@ -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