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
Found __pycache__ files in coverage/fullcoverage/ which are hidden in jupyter notebook etc.
__pycache__
jupyter notebook
simply navigate to the folder and use rm -r __pyache__/ . This will take care of your pytest.
rm -r __pyache__/