Skip to content

Commit 9d0f5a5

Browse files
authored
python312Packages.mpi4py: fix tests in darwin sandbox (#399454)
2 parents e10e68a + 0341e00 commit 9d0f5a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/mpi4py/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ buildPythonPackage rec {
4949
"demo/futures/test_futures.py"
5050
];
5151

52+
__darwinAllowLocalNetworking = true;
53+
5254
passthru = {
5355
inherit mpi;
5456
};

0 commit comments

Comments
 (0)