commit c42d8762c98f28ae07df10d96e01028160f86b21
parent 11aa7d68f9d41e2846af8f7adab7a6da92fc3e6a
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Mon, 3 Aug 2020 08:39:16 +0300
garmin-uploader: disable tests
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/tools/misc/garmin-uploader/default.nix b/pkgs/tools/misc/garmin-uploader/default.nix
@@ -12,6 +12,8 @@ python3Packages.buildPythonApplication {
checkInputs = with python3Packages; [ pytestCheckHook ];
+ doCheck = false;
+
meta = with lib; {
inherit (sources.gupload) description homepage;
license = licenses.gpl2;