Pytest coverage is not working with Python3.9, error out, no module named ‘_sqlite3’
I am trying to run pytest with coverage option (i.e. –cov) with python 3.9, it is not working, but when I run on Python 3.6 or 3.7 version it works.
I am trying to run pytest with coverage option (i.e. –cov) with python 3.9, it is not working, but when I run on Python 3.6 or 3.7 version it works.