Closed aypingchewsky closed 8 months ago
Hi, please try removing pytest-bdd-html
and try again, as I was able to reproduce the issue only by installing that library.Also, there is an issue about pytest-xdist in that repo: https://github.com/slavos1/pytest-bdd-html/issues/6
Closing this unless for now. If that doesn't fix the issue, we can reopen this.
I'm unable to run pytest-bdd (6.1.1) with pytest-xdist (3.5.0)
I'm getting the following error:
Example Scenario:
Command:
pytest -m demo -n 2
This works normally if I run tests sequentially using
pytest -m demo
I've tried the following:
--dist=loadscope
- same errors wrapped up in "RuntimeError: Unexpectedly no active workers available"-n auto
- same errorspytest_runtest_makereport
hook in conftest.pyPoetry dependencies:
Python version: 3.12.1 OS: Windows 10
Please help.