pytest-html with PyCharm - Debug fails but Run works

27 views Asked by At

Getting error ModuleNotFoundError: No module named 'pytest_html.plugin'; 'pytest_html' is not a package only during debug but running the test case works. I printed sys.executable which during run and debug prints the same. uninstalling pytest_html and commenting lines reg pytest_html_results_table_row works fine. Please help to resolve this.

0

There are 0 answers