forked from mirrors/nixpkgs
pythonPackages.infoqscraper: disable tests
This commit is contained in:
parent
760a36372e
commit
66362b0f80
|
@ -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 ]);
|
||||
|
|
Loading…
Reference in a new issue