Skip to content

Commit

Permalink
Merge pull request #458 from lsst/tickets/DM-42226
Browse files Browse the repository at this point in the history
DM-42226: Remove DAF_BUTLER_PLUGINS support
  • Loading branch information
timj authored Jan 2, 2025
2 parents 269e412 + 88cc8d4 commit cd2e615
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ ups/*.cfgc
.pytest_cache
pytest_session.txt
.coverage
python/*.dist-info/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.4
rev: v0.8.0
hooks:
- id: ruff
- repo: https://github.com/numpy/numpydoc
Expand Down
7 changes: 0 additions & 7 deletions python/lsst/pipe/base/cli/resources.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions tests/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ import os
from lsst.sconsUtils import env, scripts

scripts.BasicSConscript.tests(pyList=[])

if "DAF_BUTLER_PLUGINS" in os.environ:
env["ENV"]["DAF_BUTLER_PLUGINS"] = os.environ["DAF_BUTLER_PLUGINS"]
1 change: 0 additions & 1 deletion ups/pipe_base.table
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ setupRequired(utils)
setupRequired(resources)

envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envPrepend(DAF_BUTLER_PLUGINS, ${PRODUCT_DIR}/python/lsst/pipe/base/cli/resources.yaml)

0 comments on commit cd2e615

Please sign in to comment.