pythonPackages.nose-cover3: disable tests

This commit is contained in:
Frederik Rietdijk
2016-01-24 14:34:13 +01:00
parent ca1e2f05b7
commit 1a25a73299
+3
View File
@@ -12129,6 +12129,9 @@ in modules // {
propagatedBuildInputs = with self; [ nose ];
# No tests included
doCheck = false;
meta = {
description = "Coverage 3.x support for Nose";
homepage = https://github.com/ask/nosecover3;