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

Build: reduce environment dependencies (self.data.*_env) #9005

Closed
wants to merge 1 commit into from

Conversation

humitos
Copy link
Member

@humitos humitos commented Mar 8, 2022

This is one step forward to keep removing the internal dependency of using a lot
of self.data.* attributes from inside the Celery build task.

These changes make it possible to remove self.data.build_env and
self.data.python_env and pass them only to the methods that strictly require them.

Related to #8938

This is one step forward to keep removing the internal dependency of using a lot
of `self.data.*` attributes from inside the Celery build task.

These changes make it possible to remove `self.data.build_env` and
`self.data.python_env` and pass them only to the methods that strictly require them.
@humitos humitos requested a review from a team as a code owner March 8, 2022 11:04
@humitos humitos added the Status: blocked Issue is blocked on another issue label Mar 8, 2022
@humitos
Copy link
Member Author

humitos commented Mar 8, 2022

This is probably not required and will be replaced by #9002

@humitos humitos removed the request for review from a team March 8, 2022 15:08
@humitos humitos closed this Mar 30, 2022
@humitos humitos deleted the humitos/build-environment-dependency branch March 30, 2022 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: blocked Issue is blocked on another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant