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
Hey @tykurtz, thanks for reporting this! The plugin is not actively maintained so it's unlikely that anybody will start debugging this anytime soon. But if you're able to come up with a test that catches this, and a bugfix on top of that, feel free to send a PR and I'll try to find some time to review+merge that.
Steps to reproduce
Create two files in root workspace
Create a minimal venv with pytest-forked
Run the following,
pytest should hang indefinitely during collection
=========================================================================================== test session starts ============================================================================================ platform linux -- Python 3.7.5, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /home/tyler/playground/pytest-forked-repro, configfile: pyproject.toml plugins: forked-1.3.0 collected 1 item foo.py
The text was updated successfully, but these errors were encountered: