gtg: Run tests

gstqt5
Scott Worley 2020-09-01 12:31:43 -07:00 committed by Chuck
parent fe5f1c20cc
commit 8ebee6e3a6
1 changed files with 7 additions and 0 deletions

View File

@ -50,9 +50,16 @@ python3Packages.buildPythonApplication rec {
liblarch
];
checkInputs = with python3Packages; [
nose
mock
];
format = "other";
strictDeps = false; # gobject-introspection does not run with strictDeps (https://github.com/NixOS/nixpkgs/issues/56943)
checkPhase = "python3 ../run-tests";
meta = with stdenv.lib; {
description = " A personal tasks and TODO-list items organizer.";
longDescription = ''