pythonPackages.colored: disable tests

This commit is contained in:
Frederik Rietdijk 2016-10-17 16:43:51 +02:00
parent a75358c288
commit 365762fcb5

View file

@ -12196,6 +12196,9 @@ in {
url = "mirror://pypi/c/colored/${name}.tar.gz";
sha256 = "1r1vsypk8v7az82d66bidbxlndx1h7xd4m43hpg1a6hsjr30wrm3";
};
# No proper test suite
doCheck = false;
};