diff --git a/pkgs/development/python-modules/pyprecice/default.nix b/pkgs/development/python-modules/pyprecice/default.nix index 4a78da435256..621850742af2 100644 --- a/pkgs/development/python-modules/pyprecice/default.nix +++ b/pkgs/development/python-modules/pyprecice/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { # Disable Test because everything depends on open mpi which requires network doCheck = false; - + # Do not use pythonImportsCheck because this will also initialize mpi which requires a network interface meta = with lib; {