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 doesn't seem to be a pytest-bdd issue - you import pytest_bdd in your conftest.py, and apparently pluggy (part of pytest for plugin hooks) interprets that as a pytest hook.
As a workaround you can do import pytest_bdd as bdd, and I opened an issue here: pytest-dev/pluggy#91
this will be fixed in the next feature release of pytest (which no longer vendors pluggy so the fix that was implemented for pytest-dev/pluggy#17 can be used)
Since pytest 3.1.0 (currently at 3.2.3) pytest-bdd breaks in cookiecutter-qa with:
Up to version 3.0.7 this does not happen.
The text was updated successfully, but these errors were encountered: