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

Clean up/fix ccpp_prebuild CI tests #533

Merged
merged 9 commits into from
Feb 26, 2024

Conversation

mkavulich
Copy link
Collaborator

Fixes the issues mentioned in #532 so that CI tests should now all run successfully:

  • Correctly run test_metadata_parser.py and test_mkstatic.py with pytest
  • Remove old testing files python.yaml and pytest.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

Copy link
Collaborator

@climbfuji climbfuji left a 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!

Copy link
Collaborator

@dustinswales dustinswales left a 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!

Copy link
Collaborator

@gold2718 gold2718 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mkavulich mkavulich merged commit 0b434e1 into NCAR:main Feb 26, 2024
5 checks passed
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.

CI tests for prebuild not running correctly on main branch
4 participants