pythonPackages.traitlets: fix tests
This commit is contained in:
parent
d3e54d71c1
commit
16e511fe2d
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user