Instead of activation the plugin by default and using pytest's disable plugin ability to shut it down, it would be nicer to enable it explicitly by sending a --reportportal flag:
pytest tests --reportportal
Which can also be used in the pytets.ini files:
[pytest]
addopts: --reportportal
If i'll have the time I'll try to push a PR with this change myself