pythonPackages.ipython_gen_utils: fix test runner
This commit is contained in:
parent
4d3f714217
commit
891bec3f77
@ -9762,7 +9762,12 @@ in modules // {
|
|||||||
sha256 = "3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6";
|
sha256 = "3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pytest ];
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
buildInputs = with self; [ nose pkgs.glibcLocales ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
nosetests -v ipython_genutils/tests
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Vestigial utilities from IPython";
|
description = "Vestigial utilities from IPython";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user