forked from mirrors/nixpkgs
pythonPackages.cmd2: disable tests
This commit is contained in:
parent
4afc8dba84
commit
d919387356
|
@ -13176,6 +13176,9 @@ in modules // {
|
|||
sha256 = "1a346zcd46c8gwbbp2cxsmvgfkyy26kwxjzdnkv7n47w6660sy5c";
|
||||
};
|
||||
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
pyparsing
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue