python310Packages.asgiref: Fix tests on darwin

+2
+2
pkgs/development/python-modules/asgiref/default.nix
··· 35 "test_multiprocessing" 36 ]; 37 38 pythonImportsCheck = [ "asgiref" ]; 39 40 meta = with lib; {
··· 35 "test_multiprocessing" 36 ]; 37 38 + __darwinAllowLocalNetworking = true; 39 + 40 pythonImportsCheck = [ "asgiref" ]; 41 42 meta = with lib; {