mpi4py: disable test_spawn.py

test_spawn.py fails when build with openmpi-3.0.0 in a sandboxed
environment.
This commit is contained in:
Markus Kowalewski 2018-02-10 22:34:36 -08:00
parent aa83877cf8
commit 389a130e6d
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -14,6 +14,12 @@ buildPythonPackage rec {
inherit mpi;
};
postPatch = ''
substituteInPlace test/test_spawn.py --replace \
"unittest.skipMPI('openmpi(<3.0.0)')" \
"unittest.skipMPI('openmpi')"
'';
configurePhase = "";
installPhase = ''