Skip to content

Commit

Permalink
Merge pull request #3 from lsst/tickets/DM-42226
Browse files Browse the repository at this point in the history
DM-42226: No longer forward DAF_BUTLER_PLUGINS in tests
  • Loading branch information
timj authored Jan 2, 2025
2 parents aec10a4 + d36dcf8 commit 7c748bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ tests/.tests
pytest_session.txt
.cache/
.pytest_cache
.coverage
.coverage*

_build.*
python/*.dist-info/
3 changes: 0 additions & 3 deletions tests/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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"]

0 comments on commit 7c748bb

Please sign in to comment.