python3Packages.google-photos-library-api: fix failing tests on Darwin (#407800)

This commit is contained in:
Paul Haerle
2025-05-28 01:29:06 +02:00
committed by GitHub

View File

@@ -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";