python3Packages.dulwich: re-enable darwin tests (#423572)

authored by Wolfgang Walther and committed by GitHub fbdf0b99 7fc0694d

+1 -1
+1 -1
pkgs/development/python-modules/dulwich/default.nix
··· 71 71 "tests/contrib/test_swift_smoke.py" 72 72 ]; 73 73 74 - doCheck = !stdenv.hostPlatform.isDarwin; 74 + __darwinAllowLocalNetworking = true; 75 75 76 76 pythonImportsCheck = [ "dulwich" ]; 77 77