summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2020-09-03 16:45:26 -0300
committerGitHub <noreply@github.com>2020-09-03 16:45:26 -0300
commit59f5cbd922f9a459ba633fed1c3e651fcf4d4882 (patch)
tree761ebf92f2096b3cdddbf0387a3da07e40dce142 /pkgs/applications/office
parent80f1cc1e8376d3fc313e659570ef825c63cea682 (diff)
parent8ebee6e3a6495fac27e3ff867014bed8a0e294fb (diff)
Merge pull request #96932 from chkno/gtg-tests
gtg: Run tests
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/gtg/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/office/gtg/default.nix b/pkgs/applications/office/gtg/default.nix
index d990bc07ad23..9bd25cfff1df 100644
--- a/pkgs/applications/office/gtg/default.nix
+++ b/pkgs/applications/office/gtg/default.nix
@@ -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 = ''