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:
@@ -17,6 +17,8 @@ buildPythonPackage rec {
|
||||
nosetests
|
||||
'';
|
||||
|
||||
doCheck = (!stdenv.isDarwin);
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A gpodder.net client library";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user