python310Packages.google-auth: Fix tests on darwin

They try to bind a local socket and get permission denied otherwise.
This commit is contained in:
Martin Weinelt 2023-03-08 03:49:20 +01:00
parent 3c902cd3e4
commit 985d25ff4c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -96,6 +96,8 @@ buildPythonPackage rec {
"tests/transport/test__custom_tls_signer.py"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Google Auth Python Library";
longDescription = ''