I made a wrapper for aws cloudwatch in python with boto3.
And I am doing the unit test with moto, everything go smoothly in my local PC.
After I pushed my code to Azure Repo to trigger the pipeline, I always get the error message.
I want to know how is the compatibility of Azure pipeline to run the 'moto' library.