pythonPackages.traitlets: fix tests

This commit is contained in:
Frederik Rietdijk 2016-11-16 19:31:49 +01:00
parent d3e54d71c1
commit 16e511fe2d

View File

@ -24948,11 +24948,13 @@ in {
sha256 = "ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c"; sha256 = "ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c";
}; };
buildInputs = with self; [ nose mock ]; LC_ALL = "en_US.UTF-8";
propagatedBuildInputs = with self; [ipython_genutils decorator];
buildInputs = with self; [ pkgs.glibcLocales pytest mock ];
propagatedBuildInputs = with self; [ipython_genutils decorator enum34];
checkPhase = '' checkPhase = ''
nosetests -v py.test $out
''; '';
meta = { meta = {