pythonPackages.pytil: Fix tests with darwin sandbox

This commit is contained in:
Sandro Jäckel 2021-01-10 08:37:05 +01:00
parent fdd065c761
commit 112fa6f5b3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -43,6 +43,8 @@ buildPythonPackage rec {
pytestFlagsArray = [ "--ignore examples/" ];
pythonImportsCheck = [ "pytile" ];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = " Python API for Tile Bluetooth trackers";
longDescription = ''