diff --git a/pkgs/by-name/af/afew/package.nix b/pkgs/by-name/af/afew/package.nix index 88fe95b65f27..b05832844862 100644 --- a/pkgs/by-name/af/afew/package.nix +++ b/pkgs/by-name/af/afew/package.nix @@ -3,8 +3,7 @@ python3Packages, fetchPypi, pkgs, - testers, - afew, + versionCheckHook, }: python3Packages.buildPythonApplication (finalAttrs: { @@ -39,6 +38,7 @@ python3Packages.buildPythonApplication (finalAttrs: { nativeCheckInputs = [ pkgs.notmuch + versionCheckHook ] ++ (with python3Packages; [ freezegun @@ -55,12 +55,6 @@ python3Packages.buildPythonApplication (finalAttrs: { "man" ]; - passthru.tests = { - version = testers.testVersion { - package = afew; - }; - }; - meta = { homepage = "https://github.com/afewmail/afew"; description = "Initial tagging script for notmuch mail";