python3Packages.aimodernfroms: allow local networking on darwin

Fixes the test suite.
This commit is contained in:
Martin Weinelt
2025-11-15 14:08:21 +01:00
parent 08b01b4771
commit 07e7f6f517

View File

@@ -53,6 +53,8 @@ buildPythonPackage rec {
"test_empty_response"
];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "aiomodernforms" ];
meta = with lib; {