Closed jnoortheen closed 11 months ago
The issue is that pytest does not guarantee that when pytest_unconfigure
is called that pytest_configure
was already called. This can happen if another plugin or something causes pytest to exit during the configure phase but before the bdd pytest_configure
runs.
I think this can be closed now
I just released version 7.0.1 with the fix
I have bdd tests and trying to use
pytest --testmon
from https://pypi.org/project/pytest-testmon/But it fails with
Versions