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:50:01 +01:00
parent 3c902cd3e4
commit 985d25ff4c
@@ -96,6 +96,8 @@ buildPythonPackage rec {
"tests/transport/test__custom_tls_signer.py"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Google Auth Python Library";
longDescription = ''