Unverified Commit 9d0f5a5c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

parents e10e68af 0341e002
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ buildPythonPackage rec {
    "demo/futures/test_futures.py"
  ];

  __darwinAllowLocalNetworking = true;

  passthru = {
    inherit mpi;
  };