If you attempt to use pytest-asyncio with pytest-xdist, and run py.test -n 4 it will fail with the exception in the title at this line.
Running it without -n 4 works as expected. I'm not sure what's going on here or why that attribute would be missing.