pythonPackages.aws-adfs: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 22:37:11 +01:00
parent 1e489c8935
commit 28bfe6a36a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26,6 +26,8 @@ buildPythonPackage rec {
checkInputs = [ glibcLocales pytest pytestrunner pytestcov mock ];
propagatedBuildInputs = [ botocore lxml requests requests-kerberos click configparser fido2 ];
pythonImportsCheck = [ "aws_adfs" ];
meta = with lib; {
description = "Command line tool to ease aws cli authentication against ADFS";
homepage = "https://github.com/venth/aws-adfs";