mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
pythonPackages.pretend: disable tests
This commit is contained in:
parent
7459dbb099
commit
8d6fc33bbc
|
@ -4950,6 +4950,9 @@ in {
|
|||
sha256 = "0r5r7ygz9m6d2bklflbl84cqhjkc2q12xgis8268ygjh30g2q3wk";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/alex/pretend;
|
||||
license = licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue