tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python2Packages.jedi: fix tests
Jörg Thalheim
8 years ago
e4bc14f6
4a6295e6
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
jedi
default.nix
+3
-2
pkgs/development/python-modules/jedi/default.nix
···
2
, buildPythonPackage
3
, fetchPypi
4
, pytest
0
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