Merge pull request #96932 from chkno/gtg-tests

gtg: Run tests
This commit is contained in:
Anderson Torres 2020-09-03 16:45:26 -03:00 committed by GitHub
commit 59f5cbd922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''