vdirsyncer: Add passthru.tests.version

This commit is contained in:
Damien Cassou
2022-12-07 17:13:00 +01:00
parent 63707b54fe
commit c26a6397d6
@@ -17,6 +17,8 @@
, pytest-asyncio
, trustme
, aioresponses
, vdirsyncer
, testers
}:
buildPythonPackage rec {
@@ -72,6 +74,8 @@ buildPythonPackage rec {
"test_verbosity"
];
passthru.tests.version = testers.testVersion { package = vdirsyncer; };
meta = with lib; {
homepage = "https://github.com/pimutils/vdirsyncer";
description = "Synchronize calendars and contacts";