python312Packages.mpi4py: fix tests in darwin sandbox (#399454)

This commit is contained in:
Doron Behar
2025-04-17 17:27:21 +03:00
committed by GitHub
@@ -49,6 +49,8 @@ buildPythonPackage rec {
"demo/futures/test_futures.py"
];
__darwinAllowLocalNetworking = true;
passthru = {
inherit mpi;
};