pythonPackages.pyatv: Fix test hangs on darwin with sandbox

This commit is contained in:
Sandro Jäckel 2021-01-06 00:15:04 +01:00
parent 355b41c691
commit 88f5cef41d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -46,6 +46,8 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
__darwinAllowLocalNetworking = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A python client library for the Apple TV"; description = "A python client library for the Apple TV";
homepage = "https://github.com/postlund/pyatv"; homepage = "https://github.com/postlund/pyatv";