Commit 0341e002 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.mpi4py: fix tests in darwin sandbox

parent 31505d13
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;
  };