python3Packages.caldav: test with xandikos

This commit is contained in:
Daniel Olsen 2023-12-16 04:34:24 +01:00
parent 7335c8ce07
commit 49c6c26a62

View File

@ -11,6 +11,7 @@
, setuptools
, tzlocal
, vobject
, xandikos
}:
buildPythonPackage rec {
@ -43,6 +44,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
xandikos
];
pythonImportsCheck = [ "caldav" ];