diff --git a/pkgs/development/python-modules/vdirsyncer/default.nix b/pkgs/development/python-modules/vdirsyncer/default.nix index 21759bfb6a85..c7aeb7d4f1ef 100644 --- a/pkgs/development/python-modules/vdirsyncer/default.nix +++ b/pkgs/development/python-modules/vdirsyncer/default.nix @@ -17,8 +17,7 @@ pytest-asyncio, trustme, aioresponses, - vdirsyncer, - testers, + versionCheckHook, }: buildPythonPackage rec { @@ -67,7 +66,9 @@ buildPythonPackage rec { "test_verbosity" ]; - passthru.tests.version = testers.testVersion { package = vdirsyncer; }; + nativeInstallCheckInputs = [ + versionCheckHook + ]; meta = { description = "Synchronize calendars and contacts";