mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.google-photos-library-api: fix failing tests on Darwin (#407800)
This commit is contained in:
@@ -39,6 +39,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/allenporter/python-google-photos-library-api/releases/tag/${version}";
|
||||
description = "Python client library for Google Photos Library API";
|
||||
|
||||
Reference in New Issue
Block a user