Closed ionelmc closed 4 years ago
Shouldn't this be fixed when #14 is?
Well actually I looked more into it and this is the real problem: https://github.com/ponty/PyVirtualDisplay/issues/30
Anyway, meanwhile I'm gonna do this ugly as hell workaround in my conftest:
from pyvirtualdisplay import abstractdisplay
abstractdisplay.RANDOMIZE_DISPLAY_NR = True
abstractdisplay.random = random
random.seed()
Looks like this was fixed in https://github.com/ponty/PyVirtualDisplay/commit/0aed78349f7bf7ca9b05d2b89f1a66eedf6c9397
I have this problem:
Sometimes wonder if switching to pyvirtualdisplay was a good idea ...