pythonPackages.nose-parameterized: fix test runner
This commit is contained in:
parent
f586ff981a
commit
07d5eae59d
1 changed files with 9 additions and 0 deletions
|
@ -4186,8 +4186,17 @@ in modules // {
|
|||
sha256 = "a11c41b0cf8218e7cdc19ab7a1bdf5c141d161cd2350daee819473cc63cd0685";
|
||||
};
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
buildInputs = with self; [ nose pkgs.glibcLocales ];
|
||||
propagatedBuildInputs = with self; [ self.six ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests -v
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Parameterized testing with any Python test framework";
|
||||
homepage = http://pypi.python.org/pypi/nose-parameterized;
|
||||
|
|
Loading…
Reference in a new issue