diff --git a/pkgs/development/python-modules/aiohttp-jinja2/default.nix b/pkgs/development/python-modules/aiohttp-jinja2/default.nix index 580db1e840dd..080e154ef496 100644 --- a/pkgs/development/python-modules/aiohttp-jinja2/default.nix +++ b/pkgs/development/python-modules/aiohttp-jinja2/default.nix @@ -34,6 +34,8 @@ buildPythonPackage rec { pytestCheckHook ]; + __darwinAllowLocalNetworking = true; + postPatch = '' substituteInPlace pytest.ini \ --replace-fail "--cov=aiohttp_jinja2/ --cov=tests/ --cov-report term" "" diff --git a/pkgs/development/python-modules/aiowaqi/default.nix b/pkgs/development/python-modules/aiowaqi/default.nix index 17f9744bfb08..773c9206b919 100644 --- a/pkgs/development/python-modules/aiowaqi/default.nix +++ b/pkgs/development/python-modules/aiowaqi/default.nix @@ -45,6 +45,8 @@ buildPythonPackage rec { syrupy ]; + __darwinAllowLocalNetworking = true; + pythonImportsCheck = [ "aiowaqi" ]; disabledTests = [ diff --git a/pkgs/development/python-modules/aioweenect/default.nix b/pkgs/development/python-modules/aioweenect/default.nix index efa213604ee4..f1074a83ed59 100644 --- a/pkgs/development/python-modules/aioweenect/default.nix +++ b/pkgs/development/python-modules/aioweenect/default.nix @@ -41,6 +41,8 @@ buildPythonPackage rec { pytestCheckHook ]; + __darwinAllowLocalNetworking = true; + pythonImportsCheck = [ "aioweenect" ]; meta = with lib; {