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
When running pytest-fzf with pytest-xdist, fzf selection is run in each process, spawning too many instances of fzf and making test selection impossible.
To reproduce:
pip install pytest-xdist
pytest --fzf -n=auto
The text was updated successfully, but these errors were encountered:
When running
pytest-fzf
withpytest-xdist
, fzf selection is run in each process, spawning too many instances of fzf and making test selection impossible.To reproduce:
The text was updated successfully, but these errors were encountered: