Unverified Commit 80ccb832 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.mobly: fix tests on darwin

parent 4bee5f92
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";