Skip to content

Commit

Permalink
Skip importing deprecated configurableActions
Browse files Browse the repository at this point in the history
This commit prevents an unnecessary deprecation warning from emit during
the build.
  • Loading branch information
arunkannawadi committed Jan 12, 2024
1 parent ba5fe16 commit 659631f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class PipeTasksImportTestCase(ImportTestCase):
"lsst.pipe.tasks": {
"assembleCoadd.py", # TODO: Remove in DM-40826
"assembleChi2Coadd.py", # TODO: Remove in DM-40826
"configurableActions.py", # TODO: Remove in DM-38415
"dcrAssembleCoadd.py", # TODO: Remove in DM-40826
}
}
Expand Down

0 comments on commit 659631f

Please sign in to comment.