python310Packages.mobly: fix tests on darwin

https://hydra.nixos.org/build/219230845
This commit is contained in:
Martin Weinelt 2023-05-11 09:13:41 +02:00
parent 4bee5f920e
commit 80ccb83225
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -41,6 +41,8 @@ buildPythonPackage rec {
pytz
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
changelog = "https://github.com/google/mobly/blob/${src.rev}/CHANGELOG.md";
description = "Automation framework for special end-to-end test cases";