Skip to content

Commit

Permalink
python3Packages.pyprecice: Remove import check
Browse files Browse the repository at this point in the history
  • Loading branch information
Scriptkiddi committed Mar 9, 2022
1 parent 86a48d3 commit 4e4f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyprecice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4e4f41e

Please sign in to comment.