bleachbit: don't run tests, or pretend to do so

This commit is contained in:
Will Dietz 2019-04-01 10:26:52 -05:00
parent 34845f2f67
commit 5be54d01c8

View File

@ -22,10 +22,6 @@ pythonPackages.buildPythonApplication rec {
installFlags = [ "prefix=${placeholder "out"}" ];
doCheck = true;
checkTarget = "tests";
propagatedBuildInputs = with pythonPackages; [ pygtk ];
meta = {