pytest doesnt support load-tests protocol.
https://github.com/pytest-dev/pytest/issues/992
A conftest.py hack adding it was build in https://github.com/grpc/grpc/pull/3548 , which is under the 3-clause BSD license, but it appears to have been removed.