pythonPackages.nose-cover3: disable tests
This commit is contained in:
parent
ca1e2f05b7
commit
1a25a73299
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue