I want to have a "global fixture" (in pytest they could also be called "session scoped fixtures") which does some expensive environment setup, like typically preparing a resource, which is then reused across test modules. The setup is something like this,I want to have a "global fixture" (in pytest th