3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.infoqscraper: disable tests

This commit is contained in:
Frederik Rietdijk 2016-10-18 17:32:41 +02:00
parent 760a36372e
commit 66362b0f80

View file

@ -12374,6 +12374,9 @@ in {
sha256 = "07mxp4mla7fwfc032f3mxrhjarnhkjqdxxibf9ba87c93z3dq8jj";
};
# requires network
doCheck = false;
buildInputs = with self; [ html5lib ];
propagatedBuildInputs = (with self; [ six beautifulsoup4 ])
++ (with pkgs; [ ffmpeg swftools rtmpdump ]);