vdirsyncer: Add passthru.tests.version
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user