python3Packages.pyprecice: Remove import check

This commit is contained in:
Scriptkiddi 2022-03-03 19:13:19 +01:00
parent 86a48d31bf
commit 4e4f41e146
No known key found for this signature in database
GPG Key ID: F7FBBF6334AF4872

View File

@ -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";