Skip to content

Commit

Permalink
Fix help for environment_migrated.
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
stuhood committed Oct 11, 2022
1 parent b14376f commit 7e66fc7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/python/pants/engine/goal.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@ class List(Goal):
exit_code: int
subsystem_cls: ClassVar[Type[GoalSubsystem]]

"""Indicates that a Goal has been migrated to compute EnvironmentNames to build targets in.
f"""Indicates that a Goal has been migrated to compute EnvironmentNames to build targets in.
All goals in `pantsbuild/pants` should be migrated before the 2.15.x branch is cut, so that
goals in plugins never need to experience this migration.
see https://github.com/pantsbuild/pants/issues/17129
All goals in `pantsbuild/pants` should be migrated before the 2.15.x branch is cut, but end
user goals have until `2.17.0.dev0` to migrate.
TODO: Expand this, fill out the plugin migration guide, and deprecate setting `False` before landing.
See {doc_url('plugin-upgrade-guide')}.
"""
environment_migrated: ClassVar[bool] = False

Expand Down

0 comments on commit 7e66fc7

Please sign in to comment.