1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

nose-parameterized: re-enable for python2 by disabling tests.

(cherry picked from commit 70b6be3e36)
This commit is contained in:
Tom Hunger 2016-09-04 12:26:43 +01:00 committed by Frederik Rietdijk
parent a29f6a5e8e
commit d6053809ec

View file

@ -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 ];