fix: Xvfb dependency on Wayland-based distros#196
Merged
Conversation
7588ae7 to
40a594b
Compare
Newer distributions, such as CentOS 10, no longer use Xvfb by default. As a result, tests that require a virtual X server fail because the necessary dependency is not installed and therefore we skip those. Signed-off-by: Jan Janasek <[email protected]>
40a594b to
379079f
Compare
adding more specific beakerlib package name in test_rlFetchSrcForInstalled Signed-off-by: Jan Janasek <[email protected]>
Do not try to run the rhel+epel as it is apparently not available in the public ranch of testing farm. Also skip Centos Stream 8 due to complication with python-unversioned-command which is ok for all the newer system svrsions.
this will allow to distinguish between the current "bleeding edge" master buildd and the intentionally selected by the release tag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Newer distributions, such as CentOS 10, no longer use Xvfb by default. As a result, tests that require a virtual X server fail because the necessary dependency is not installed.