From c26a6397d60eaac0963ac34d63d035d674d68d75 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 7 Dec 2022 08:49:49 +0100 Subject: [PATCH] vdirsyncer: Add passthru.tests.version --- pkgs/development/python-modules/vdirsyncer/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/vdirsyncer/default.nix b/pkgs/development/python-modules/vdirsyncer/default.nix index b2bc9b41fea2..0ddc9b988aae 100644 --- a/pkgs/development/python-modules/vdirsyncer/default.nix +++ b/pkgs/development/python-modules/vdirsyncer/default.nix @@ -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";