3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages: dulwich disable tests on darwin

This commit is contained in:
Daiderd Jordan 2016-07-18 19:11:51 +02:00
parent e556effc09
commit cb40b4aafd

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/;