I've figured out a way to use native qt virtual screen instead of
xvfb-run which integrates better with our python tooling.
Needed to add `badPlatforms = darwin` because in theory flent works on
darwin machines but tests aren't passing. This is only showing up now
because xvfb-run was limiting flent to linux for us before.