Unverified Commit a894b849 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python313Packages.{aioweenect,aiowaqi,aiohttp-jinja2}: allow networking on darwin (#384050)

parents 7a47bcc5 5cbf60a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  __darwinAllowLocalNetworking = true;

  postPatch = ''
    substituteInPlace pytest.ini \
      --replace-fail "--cov=aiohttp_jinja2/ --cov=tests/ --cov-report term" ""
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ buildPythonPackage rec {
    syrupy
  ];

  __darwinAllowLocalNetworking = true;

  pythonImportsCheck = [ "aiowaqi" ];

  disabledTests = [
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  __darwinAllowLocalNetworking = true;

  pythonImportsCheck = [ "aioweenect" ];

  meta = with lib; {