I am having trouble getting my plugin pytest_runtest_setup
hook executing with xdist plugin. It executes without specifying -n option, but as soon as I specify that option the hook doesn't execute.
My pytest_runtest_makereport
always works. Any ideas?