python39Packages.azure-batch: add import check

This commit is contained in:
Sandro Jäckel 2021-08-27 03:12:58 +02:00
parent 96d3260bb6
commit 6f0036ea64
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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