pythonPackages.ipython_gen_utils: fix test runner

This commit is contained in:
Frederik Rietdijk 2016-01-23 21:13:44 +01:00
parent 4d3f714217
commit 891bec3f77
1 changed files with 6 additions and 1 deletions

View File

@ -9762,7 +9762,12 @@ in modules // {
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 = {
description = "Vestigial utilities from IPython";