gcalcli: enable tests

Tests were added in 4.0.0 and should have been enabled in #55597.
This commit is contained in:
Andrew Kvalheim
2024-08-23 14:38:24 -07:00
parent 0ae051ffcd
commit 02f40d422c
+1 -2
View File
@@ -37,8 +37,7 @@ buildPythonApplication rec {
libnotify
];
# There are no tests as of 4.0.0a4
doCheck = false;
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
description = "CLI for Google Calendar";