python39Packages.azure-mgmt-sql: add import check

This commit is contained in:
Sandro Jäckel 2021-08-27 03:07:57 +02:00
parent ad102ffc04
commit 20e4e3a6f1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -31,6 +31,8 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.sql" ];
meta = with lib; {
description = "This is the Microsoft Azure SQL Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";