Merge pull request #17071 from LnL7/darwin-fix-python-dulwich

pythonPackages: dulwich disable tests on darwin
This commit is contained in:
Frederik Rietdijk 2016-07-18 22:59:45 +02:00 committed by GitHub
commit 9e4cb9a144

View File

@ -9359,6 +9359,8 @@ in modules // {
# Only test dependencies
buildInputs = with self; [ pkgs.git gevent geventhttpclient pkgs.glibcLocales mock fastimport ];
doCheck = !stdenv.isDarwin;
meta = {
description = "Simple Python implementation of the Git file formats and protocols";
homepage = http://samba.org/~jelmer/dulwich/;