Unverified Commit 07e7f6f5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.aimodernfroms: allow local networking on darwin

Fixes the test suite.
parent 08b01b47
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ buildPythonPackage rec {
    "test_empty_response"
  ];

  __darwinAllowLocalNetworking = true;

  pythonImportsCheck = [ "aiomodernforms" ];

  meta = with lib; {