When I am running tests locally its working fine, but after creating the docker and running inside the container I am getting below error.
/usr/local/lib/pyt
Delete all the .pyc files. You can do this by find . -name \*.pyc -delete
find . -name \*.pyc -delete