pythonPackages.pafy: disable tests

This commit is contained in:
Frederik Rietdijk 2016-05-28 14:38:24 +02:00
parent 67cd2eb861
commit 865fec600b

View file

@ -26629,6 +26629,9 @@ in modules // {
sha256 = "1q699dcnq34nfgm0bg8mp5krhzk9cyirqdcadhs9al4fa5410igw";
};
# No tests included in archive
doCheck = false;
propagatedBuildInputs = with self; [ youtube-dl ];
meta = with stdenv.lib; {