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 18, 2024
1 parent 6161e48 commit d1742a8
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 d1742a8

Please sign in to comment.