On Thu, May 17, 2018 at 5:27 PM, Terry Reedy <tjre...@udel.edu> wrote: > Can VSTS run GUI tests on any of the systems? Right now, only Appveyor and > one or two of the Windows buildbots do so.
It's certainly possible to use Xvfb to run headless GUI tests on Linux (or other Unixes that use X11). Any CI service should be able to handle this, e.g.: https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI -n -- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/