3
0
Fork 0
forked from mirrors/nixpkgs

python39Packages.azure-mgmt-compute: add import check

This commit is contained in:
Sandro Jäckel 2021-08-27 05:30:04 +02:00
parent 66f9d3e972
commit 929905f8c7
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.mgmt.compute" ];
meta = with lib; {
description = "This is the Microsoft Azure Compute Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";