treewide: disable some darwin checks

Some network tests frequently fail on darwin. It’s easiest to disable
them for now.
This commit is contained in:
Matthew Bauer
2018-06-10 20:31:06 -04:00
parent 4b213588f9
commit 7e63a205da
3 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ buildPythonPackage rec {
nosetests
'';
doCheck = (!stdenv.isDarwin);
meta = with stdenv.lib; {
description = "A gpodder.net client library";
longDescription = ''