man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

pytest-server-fixtures: Support large pids in xvfb #250

Open s-t-e-v-e-n-k opened 6 days ago

s-t-e-v-e-n-k commented 6 days ago

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.