Bruno Oliveira
Bruno Oliveira
@rsyring would using a class decorator be acceptable? ```python @setup_with_fixtures class Test: def setup_method(self, tmp_path): ... ``` I think this would be simple to implement.
@SauravMaheshkar gentle ping.
Hi @webknjaz, What do you mean? This is what I see:  
Here it is using `Georgia`: 
Thanks @RonnyPfannschmidt! In the light of the technical details highlighted by @RonnyPfannschmidt, I propose then that we work with @TvoroG to solve while documenting `pytest-lazy-fixtures` as the recommended solution to...
@RonnyPfannschmidt I didn't quite get that, can you provide a minimal example that shows the problem (preferably using `pytest-lazy-fixture`)?
@gavincyi thanks for opening up this issue. 👍 Seems doable, although I'm not sure adding a parameter to `@pytest.fixture` which would be used solely by session-scoped-parametrized-fixtures is a good idea,...
cc @ceridwen and @cheezman34 because of #3161.
> Is there any workarounds that can be implemented locally to overcome this problem? One workaround, if you have access to the code of the fixtures, is to make one...
Thanks @bluetech for putting up this detailed description. Indeed the Package node was not thought through before being included, and I'm at fault for not giving the attention it deserved...