From 5be54d01c8671cde6f6caec11d5166b6ed675a6e Mon Sep 17 00:00:00 2001 From: Will Dietz <w@wdtz.org> Date: Mon, 1 Apr 2019 10:26:52 -0500 Subject: [PATCH] bleachbit: don't run tests, or pretend to do so --- pkgs/applications/misc/bleachbit/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/misc/bleachbit/default.nix b/pkgs/applications/misc/bleachbit/default.nix index c79a98ef7168..3f13972de9bb 100644 --- a/pkgs/applications/misc/bleachbit/default.nix +++ b/pkgs/applications/misc/bleachbit/default.nix @@ -22,10 +22,6 @@ pythonPackages.buildPythonApplication rec { installFlags = [ "prefix=${placeholder "out"}" ]; - doCheck = true; - - checkTarget = "tests"; - propagatedBuildInputs = with pythonPackages; [ pygtk ]; meta = {