yubikey-manager: run tests

This commit is contained in:
Vincent Haupert 2021-04-07 17:28:36 +02:00
parent 0ff4e2a618
commit 042b7059c5
No known key found for this signature in database
GPG key ID: A8B605E96F82B4E4

View file

@ -42,8 +42,7 @@ python3Packages.buildPythonPackage rec {
--replace 'compdef _ykman_completion ykman;' '_ykman_completion "$@"'
'';
# See https://github.com/NixOS/nixpkgs/issues/29169
doCheck = false;
checkInputs = with python3Packages; [ pytestCheckHook makefun ];
meta = with lib; {
homepage = "https://developers.yubico.com/yubikey-manager";