diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 85672ea2f59..c58b626913b 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -23377,6 +23377,9 @@ in modules // { description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)"; license = licenses.bsd3; }; + + # No tests included + doCheck = false; };