From 4e4f41e146a4b71563dd8c54666e5e6da296dd02 Mon Sep 17 00:00:00 2001 From: Scriptkiddi Date: Thu, 3 Mar 2022 19:13:19 +0100 Subject: [PATCH] python3Packages.pyprecice: Remove import check --- pkgs/development/python-modules/pyprecice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyprecice/default.nix b/pkgs/development/python-modules/pyprecice/default.nix index 9f2c457bc753..7c278d6e1be9 100644 --- a/pkgs/development/python-modules/pyprecice/default.nix +++ b/pkgs/development/python-modules/pyprecice/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ numpy mpi4py precice ]; doCheck = false; # Disable Test because everything depends on open mpi which requires network. - pythonImportChecks = [ "precice" ]; + # Do not use pythonImportsCheck because this will also initialize mpi which requires a network interface meta = with lib; { description = "Python language bindings for preCICE";