python3Packages.pyprecice: Remove import check

This commit is contained in:
Scriptkiddi
2022-03-09 08:01:19 +01:00
parent 86a48d31bf
commit 4e4f41e146
@@ -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";