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
As #583 shows, unfortunately psutil does not provide wheels for Linux (which is common), so in some systems pytest-xdist is harder to install than it should be.
I suggest we make psutil dependency optional, falling back to using multiprocessing to detect the number of CPUs if psutil is not installed.