-
Notifications
You must be signed in to change notification settings - Fork 3
Remove fetch_recipe.py #514
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestquality assuranceAnything related to Quality Assurance (QA)Anything related to Quality Assurance (QA)technical debtTechnical debt in CMEWTechnical debt in CMEW
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquality assuranceAnything related to Quality Assurance (QA)Anything related to Quality Assurance (QA)technical debtTechnical debt in CMEWTechnical debt in CMEW
The
fetch_recipe.pymodule was added to CMEW via #477. This module directly uses an environment variable from Cylc. This environment variable caused problems when creating thecmewpypackage (#511).The
fetch_recipe.pymodule should either be:updated, such that the code does not use any environment variablesDone via Remove environment variables fromfetch_recipe.py#533ideally, we would do this anyway for all Python modulesDone via Remove all environment variables from Python modules #517