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
According to TvoroG/pytest-lazy-fixture#22 this could probably by avoided by doing:
from pytest_lazyfixture import lazy_fixture, instead of using pytest.lazy_fixture(...).
I actually did it and it works.
The text was updated successfully, but these errors were encountered:
Thanks for flagging this and providing a solution. The error doesn't arise on my machine when I `py.test' in terminal, but I'll adjust according to the suggested fix.
According to TvoroG/pytest-lazy-fixture#22 this could probably by avoided by doing:
from pytest_lazyfixture import lazy_fixture, instead of using pytest.lazy_fixture(...).
I actually did it and it works.
The text was updated successfully, but these errors were encountered: