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
This might be a pytest core issue as well, but I'm not sure - all my other plugins work fine, and I can't imagine pytest-bdd is the only one with custom hooks.
When running the tests frozen with cx_Freeze, after working around #158, I get:
This might be a pytest core issue as well, but I'm not sure - all my other plugins work fine, and I can't imagine
pytest-bdd
is the only one with custom hooks.When running the tests frozen with
cx_Freeze
, after working around #158, I get:After commenting out all the hook calls, it works fine... I also tried the branch from #149 but that didn't help.
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: