From c3d1a598fe375b66eb69e5fdbbd4bfd206f1f249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Fri, 25 Apr 2025 21:47:45 +0200 Subject: [PATCH] python3Packages.dulwich: re-enable darwin tests --- pkgs/development/python-modules/dulwich/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix index 7c2419987b2f..b01f6d56daf4 100644 --- a/pkgs/development/python-modules/dulwich/default.nix +++ b/pkgs/development/python-modules/dulwich/default.nix @@ -71,7 +71,7 @@ buildPythonPackage rec { "tests/contrib/test_swift_smoke.py" ]; - doCheck = !stdenv.hostPlatform.isDarwin; + __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "dulwich" ];