python3Packages.azure-eventgrid: add pythonImportsCheck

This commit is contained in:
Jonathan Ringer 2021-01-11 17:15:10 -08:00 committed by Jonathan Ringer
parent c0f8f2de40
commit 044a92623c

View File

@ -24,6 +24,7 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.eventgrid" ];
meta = with lib; {
description = "A fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model";