1
0
Fork 1
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:
Frederik Rietdijk 2017-03-18 11:07:00 +01:00
parent 7459dbb099
commit 8d6fc33bbc

View file

@ -4950,6 +4950,9 @@ in {
sha256 = "0r5r7ygz9m6d2bklflbl84cqhjkc2q12xgis8268ygjh30g2q3wk";
};
# No tests in archive
doCheck = false;
meta = {
homepage = https://github.com/alex/pretend;
license = licenses.bsd3;