Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xvfb-run to pytest execution #2202

Closed
wants to merge 1 commit into from

Conversation

matrss
Copy link
Collaborator

@matrss matrss commented Feb 15, 2024

The testing-stable container image no longer includes pyvirtualdisplay due to a change that made it unnecessary for develop that also affected the stable image. Instead of reinstalling pyvirtualdisplay this just wraps the entire pytest execution in xvfb-run, which has mostly the same effect. This is a bandaid to fix the stable CI until all of the recent changes to the tests are backported from develop to stable.

Fixes #2199.

The testing-stable container image no longer includes pyvirtualdisplay
due to a change that made it unnecessary for develop that also affected
the stable image. Instead of reinstalling pyvirtualdisplay this just
wraps the entire pytest execution in xvfb-run, which has mostly the same
effect. This is a bandaid to fix the stable CI until all of the recent
changes to the tests are backported from develop to stable.
@matrss matrss marked this pull request as draft February 15, 2024 09:28
@matrss matrss closed this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant