pythonPackages.nose-cover3: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 12:47:18 +01:00
parent ca1e2f05b7
commit 1a25a73299

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;