-
Notifications
You must be signed in to change notification settings - Fork 709
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
CTest Fixes #9962
CTest Fixes #9962
Conversation
Code Climate has analyzed commit 382dab0 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 48.8% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checked in a RHEL 7.9 VM that with this PR the tests mentioned in #9948 stopped to be executed. I also checked on F37 that the tests srg-export-rhel9 and srg-diff-rhel9 aren't executed when rhel8 content is built.
@@ -160,7 +160,7 @@ if (PY_MYPY) | |||
) | |||
endif() | |||
|
|||
if (PY_OPENPYXL AND PY_PANDAS AND PYTHON3_EXECUTABLE) | |||
if (PYTHON_VERSION_MAJOR GREATER 2 AND PY_OPENPYXL AND PY_PANDAS AND SRG_PRODUCT_RHEL9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't it SSG_PRODUCT_RHEL9
instead of SRG...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, thanks for finding this, it should be SSG_PRODUCT_RHEL9
@Mab879 PTAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#9964 should fix that.
Description:
This PR fixes a couple of issues with the CTest test suite.
Rationale:
Review Hints:
rhel9
.