forked from mirrors/nixpkgs
Merge pull request #18285 from teh/nose-parameterized
nose-parameterized: re-enable for python2 by disabling tests.
This commit is contained in:
commit
9dfc41c74a
|
@ -5243,7 +5243,8 @@ in modules // {
|
|||
sha256 = "a11c41b0cf8218e7cdc19ab7a1bdf5c141d161cd2350daee819473cc63cd0685";
|
||||
};
|
||||
|
||||
disabled = !isPy3k;
|
||||
# Tests require some python3-isms but code works without.
|
||||
doCheck = isPy3k;
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
buildInputs = with self; [ nose pkgs.glibcLocales ];
|
||||
|
|
Loading…
Reference in a new issue