We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f0cd17 + 6a3d5a8 commit 1758c24Copy full SHA for 1758c24
pytest_reportportal/plugin.py
@@ -34,6 +34,10 @@ def pytest_configure(config):
34
if not config.option.rp_launch:
35
config.option.rp_launch = config.getini('rp_launch')
36
37
+ if config.pluginmanager.hasplugin('xdist'):
38
+ raise Exception(
39
+ "pytest report portal is not compatible with 'xdist' plugin.")
40
+
41
# set Pytest_Reporter and configure it
42
config._reporter = RPReportListener()
43
0 commit comments