python3Packages.hvac: add pythonImportsCheck

This commit is contained in:
Martin Weinelt 2021-02-07 03:10:04 +01:00
parent 4dd03c2035
commit a448d812ba
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -14,6 +14,8 @@ buildPythonPackage rec {
# Requires running a Vault server
doCheck = false;
pythonImportsCheck = [ "hvac" ];
meta = with lib; {
description = "HashiCorp Vault API client";
homepage = "https://github.com/ianunruh/hvac";