python3Packages.mpi4py: skip spawn related tests (#422871)

This commit is contained in:
Gaétan Lepage
2025-08-30 10:25:00 +02:00
committed by GitHub
@@ -54,6 +54,10 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
# skip spawn related tests for openmpi implemention
# see https://github.com/mpi4py/mpi4py/issues/545#issuecomment-2343011460
env.MPI4PY_TEST_SPAWN = if mpi.pname == "openmpi" then 0 else 1;
passthru = {
inherit mpi;
};