tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.traitlets: fix tests
Frederik Rietdijk
9 years ago
16e511fe
d3e54d71
+5
-3
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
python-packages.nix
+5
-3
pkgs/top-level/python-packages.nix
···
24948
24948
sha256 = "ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c";
24949
24949
};
24950
24950
24951
24951
-
buildInputs = with self; [ nose mock ];
24952
24952
-
propagatedBuildInputs = with self; [ipython_genutils decorator];
24951
24951
+
LC_ALL = "en_US.UTF-8";
24952
24952
+
24953
24953
+
buildInputs = with self; [ pkgs.glibcLocales pytest mock ];
24954
24954
+
propagatedBuildInputs = with self; [ipython_genutils decorator enum34];
24953
24955
24954
24956
checkPhase = ''
24955
24955
-
nosetests -v
24957
24957
+
py.test $out
24956
24958
'';
24957
24959
24958
24960
meta = {