python3Packages.azure-servicebus: add imports check

This commit is contained in:
Jonathan Ringer 2020-06-02 17:50:33 -07:00 committed by Jon
parent eb0363119e
commit 21c43f6e75

View File

@ -29,6 +29,9 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
# python2 will fail due to pep 420
pythonImportsCheck = lib.optionals isPy3k [ "azure.servicebus" ];
meta = with lib; {
description = "This is the Microsoft Azure Service Bus Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";