`tests/conftest.py`: automatically add local deepspeed repo when running tests (#7317)
This is a follow up to https://github.com/deepspeedai/DeepSpeed/pull/923
my original code was a copy from transformers, which has a different fs
layout and I missed that. So this PR is fixing it to actually do the
right thing.
Now you can have multiple clones of deepspeed and the tests will use the
local repo automatically and not the pre-installed deepspeed.