Error on CircleCI when execution a QA automation project
I am currently working on a QA automation project, specifically on implementing a solution to delete testing environments once the execution is finished. I have a Python script named setup.py
that performs this task effectively in my local environment. The script correctly schedules the deletion of the testing environment.