-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature: Add unit tests for pyproject.toml.vm Python version updates #379
Labels
enhancement
New feature or request
Comments
meliz19
changed the title
Feature: Add unit tests for pyproject.toml & pyproject.toml.vm Python version updates
Feature: Add unit tests for pyproject.toml.vm Python version updates
Sep 27, 2024
Completed DoD with @d-ryan-ashcraft |
Completed OTS with @cwoods-cpointe @habibimoiz |
meliz19
added a commit
that referenced
this issue
Oct 4, 2024
…ct-velocity-templates #379 Add unit tests to check pyproject.toml velocity template Python …
test steps are passing! CI build succeeded and all the unit tests passed. |
meliz19
added a commit
that referenced
this issue
Oct 11, 2024
…agemaker-poetry-lock-slowness #379 Investigate slow nightly CI build time & improve it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This is a follow on to #366. In that ticket, I updated the Python version in the
pyproject.toml.vm
files. The purpose of this ticket is to write unit tests to verify the Python version updates in all of thepyproject.toml.vm
files.DOD
foundation/foundation-mda/src/main/resources/templates/data-delivery-data-records/combined.pyproject.toml.vm
foundation/foundation-mda/src/main/resources/templates/data-delivery-data-records/separate.core.pyproject.toml.vm
foundation/foundation-mda/src/main/resources/templates/data-delivery-data-records/separate.spark.pyproject.toml.vm
foundation/foundation-mda/src/main/resources/templates/data-delivery-pyspark/pyproject.toml.vm
foundation/foundation-mda/src/main/resources/templates/general-mlflow/pyproject.toml.vm
foundation/foundation-mda/src/main/resources/templates/inference/pyproject.toml.vm
foundation/foundation-mda/src/main/resources/templates/sagemaker-training/pyproject.toml.vm
Test Strategy/Script
Test 1: OTS
Test 2
References/Additional Context
None
The text was updated successfully, but these errors were encountered: