mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
python310Packages.google-auth: Fix tests on darwin
They try to bind a local socket and get permission denied otherwise.
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user