python3Packages.vdirsyncer: add NixOS test to passthru.tests

This commit is contained in:
Robert Schütz
2026-07-08 19:45:18 -07:00
parent 953d6b745f
commit 6e3ffc4119
@@ -17,6 +17,7 @@
pytest-asyncio,
trustme,
aioresponses,
nixosTests,
versionCheckHook,
}:
@@ -70,6 +71,10 @@ buildPythonPackage rec {
versionCheckHook
];
passthru.tests = {
inherit (nixosTests) vdirsyncer;
};
meta = {
description = "Synchronize calendars and contacts";
homepage = "https://github.com/pimutils/vdirsyncer";