Skip to content

Commit a894b84

Browse files
authored
python313Packages.{aioweenect,aiowaqi,aiohttp-jinja2}: allow networking on darwin (#384050)
2 parents 7a47bcc + 5cbf60a commit a894b84

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pkgs/development/python-modules/aiohttp-jinja2/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ buildPythonPackage rec {
3434
pytestCheckHook
3535
];
3636

37+
__darwinAllowLocalNetworking = true;
38+
3739
postPatch = ''
3840
substituteInPlace pytest.ini \
3941
--replace-fail "--cov=aiohttp_jinja2/ --cov=tests/ --cov-report term" ""

pkgs/development/python-modules/aiowaqi/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ buildPythonPackage rec {
4545
syrupy
4646
];
4747

48+
__darwinAllowLocalNetworking = true;
49+
4850
pythonImportsCheck = [ "aiowaqi" ];
4951

5052
disabledTests = [

pkgs/development/python-modules/aioweenect/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ buildPythonPackage rec {
4141
pytestCheckHook
4242
];
4343

44+
__darwinAllowLocalNetworking = true;
45+
4446
pythonImportsCheck = [ "aioweenect" ];
4547

4648
meta = with lib; {

0 commit comments

Comments
 (0)