-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changes to conftest.py for translate tests #23
Conversation
mysign
variable as external
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.
LGTM. Fixed post NDSL change.
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.
👍 Good to merge once NDSL is in
mysign
variable as externalThere 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.
based on what I know, this looks good to me
.github/workflows/translate.yml
Outdated
@@ -0,0 +1,80 @@ | |||
name: "Translate test (subset)" |
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.
this file is not needed
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.
Removed.
test_requirements = ["pytest", "pytest-subtests", "serialbox"] | ||
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@2024.04.00"] | ||
test_requirements = ["pytest", "pytest-subtests", "serialbox", "coverage"] | ||
ndsl_requirements = ["ndsl @ git+https://github.com/NOAA-GFDL/NDSL.git@develop"] |
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.
quick question, why the develop branch and not a specific tag?
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.
We are using the develop
branch as the release is not ready yet, and that the develop
branch contains the configurations needed for testing. Once the orchestration issue is resolved the new release will be made and there will be a subsequent PR to update this.
Description
The conftest.py file for the translate tests has been changed to match centralized test structure in NDSL.
How Has This Been Tested?
Tested with the current translate test structure triggering the appropriate downstream repositories.
Checklist: