Merge pull request #17071 from LnL7/darwin-fix-python-dulwich
pythonPackages: dulwich disable tests on darwin
This commit is contained in:
commit
9e4cb9a144
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user