python310Packages.asgiref: Fix tests on darwin

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