pytest Plugin already registered: pytest-teamcity
Answered
I am trying to execute tests from within pycharm.
When I do: "Run pytest in tests" I get the following error:
ValueError: Plugin already registered: pytest-teamcity=<module 'teamcity.pytest_plugin' from 'C:\\Apps\\User_Installs\\PyCharm\\helpers\\pycharm\\teamcity\\pytest_plugin.py'>
Please sign in to leave a comment.
Hi Fukanchik! The problem is known: PY-23926. It's caused by teamcity-messages package.
thanks!