You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
after I run pytest --dead-fixtures I get an output e.g.
To double check if ii is so, I run grep -r 'almost_uniform_1d' tests
and get .
So, the fixtures are clearly used, but not detected, because of lazy loading.
This is the plugin I use for lazy loading https://github.com/TvoroG/pytest-lazy-fixture