Skip to content

Commit f7e880a

Browse files
committed
python313Packages.aiohttp-jinja2: allow networking on darwin
1 parent 64e8b14 commit f7e880a

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/python-modules/aiohttp-jinja2

1 file changed

+2
-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" ""

0 commit comments

Comments
 (0)