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
pytest-server-fixtures: Support large pids in xvfb
Since a large number of 64 bit distributions are now using larger PIDs
than 65535 by default, and the xvfb fixtures makes the assumption that
PIDs are going to be less than that, check what the maximum is, falling
back to 65535 if we can't.
0 commit comments