python312Packages.mpi4py: fix tests in darwin sandbox

This commit is contained in:
Gaetan Lepage
2025-04-17 14:21:36 +02:00
parent 31505d13e9
commit 0341e0026a
@@ -49,6 +49,8 @@ buildPythonPackage rec {
"demo/futures/test_futures.py"
];
__darwinAllowLocalNetworking = true;
passthru = {
inherit mpi;
};