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

DM-36649 Move configurable actions to Pex_Config #754

Merged
merged 2 commits into from Mar 23, 2023
Merged

Conversation

natelust
Copy link
Contributor

@natelust natelust commented Feb 8, 2023

No description provided.

Comment on lines 3 to 6
warnings.warn('lsst.pipe.tasks.configurableActions is deprecated; '
'it has been moved to lsst.pex.config.configurableActions. '
'Accessing though lsst.pipe.tasks will be removed from '
'Science Pipelines after release 26.0.0', category=FutureWarning)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this read better in double quotes and indented thus?

warnings.warn(
    "lsst.pipe.tasks.configurableActions is deprecated; "
    "it has been moved to lsst.pex.config.configurableActions. "
    "Accessing though lsst.pipe.tasks will be removed from "
    "Science Pipelines after release 26.0.0",
    category=FutureWarning,
)

The configurableAction code has been moved to pex_config on branch
tickets/DM-36649-transfer.
Configurable actions have moved to pex_config with only a stub
remaining in pipe_tasks. This stub is not a package and thus
cannot be checked with package import syntax. Tests on this
code live in pex_config now.
@natelust natelust merged commit 59f6dce into main Mar 23, 2023
1 check passed
@natelust natelust deleted the tickets/DM-36649 branch March 23, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants