-
Notifications
You must be signed in to change notification settings - Fork 64
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
Clean up/fix ccpp_prebuild CI tests #533
Clean up/fix ccpp_prebuild CI tests #533
Conversation
…build.yaml needs to be updated to run pytest on the test scripts rather than running them directly
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.
Thanks very much for making these changes, this looks good to me!
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.
Looks good to me. Thanks!
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.
👍
Fixes the issues mentioned in #532 so that CI tests should now all run successfully:
test_metadata_parser.py
andtest_mkstatic.py
withpytest
python.yaml
andpytest.ini
In addition, I implemented multi-version python testing (all active Python versions: 3.8 through 3.12) rather than just a single version.
@climbfuji Please double-check my assessment of your changes in #515 to make sure I'm not misunderstanding. Thanks!
User interface changes?: No
Fixes: #532 CI tests for prebuild not running correctly on main branch
Testing:
test removed: None
unit tests: CI now runs correctly
system tests: None
manual testing: None