Bruno Oliveira

Results 878 comments of 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: ![image](https://user-images.githubusercontent.com/1085180/182650443-4231c170-a2a8-4655-8403-7903864f7ce1.png) ![image](https://user-images.githubusercontent.com/1085180/182650478-081baf41-2a02-45e5-b4ce-f4345bfe224d.png)

Here it is using `Georgia`: ![image](https://user-images.githubusercontent.com/1085180/182721469-56ce2e09-7339-4fe0-a1db-a0171cd1a41f.png)

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...