python3Packages.azure-eventgrid: add pythonImportsCheck
This commit is contained in:
parent
c0f8f2de40
commit
044a92623c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user