python3Packages.azure-servicebus: add imports check

wip/yesman
Jonathan Ringer 4 years ago committed by Jon
parent eb0363119e
commit 21c43f6e75
  1. 3
      pkgs/development/python-modules/azure-servicebus/default.nix

@ -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";

Loading…
Cancel
Save