python313Packages.aiohttp-jinja2: allow networking on darwin

This commit is contained in:
Peder Bergebakken Sundt
2025-02-21 22:37:49 +01:00
parent 64e8b14527
commit f7e880ae17
@@ -34,6 +34,8 @@ buildPythonPackage rec {
pytestCheckHook
];
__darwinAllowLocalNetworking = true;
postPatch = ''
substituteInPlace pytest.ini \
--replace-fail "--cov=aiohttp_jinja2/ --cov=tests/ --cov-report term" ""