python310Packages.google-auth: Fix tests on darwin
They try to bind a local socket and get permission denied otherwise.
This commit is contained in:
@@ -96,6 +96,8 @@ buildPythonPackage rec {
|
||||
"tests/transport/test__custom_tls_signer.py"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Google Auth Python Library";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user