pythonPackages.pytil: Fix tests with darwin sandbox
This commit is contained in:
parent
fdd065c761
commit
112fa6f5b3
@ -43,6 +43,8 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = [ "--ignore examples/" ];
|
||||
pythonImportsCheck = [ "pytile" ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = " Python API for Tile Bluetooth trackers";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user