In my (big) app, I have around 30 test modules where I have to initialize ray. On the VM I’m using, starting and stopping ray takes ~5.4 seconds, so that adds ~3 minutes of overhead to my tests. Is there a way to initialize ray once and run all tests? I’m using pytest.
Thanks.