Skip to content

Commit

Permalink
Remove DAF_BUTLER_PLUGINS pass through for tests
Browse files Browse the repository at this point in the history
No longer needed.
  • Loading branch information
timj committed Nov 27, 2024
1 parent d5a3383 commit fe75ebf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ 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"]

if "DUSTMAPS_CONFIG_FNAME" in os.environ:
env["ENV"]["DUSTMAPS_CONFIG_FNAME"] = os.environ["DUSTMAPS_CONFIG_FNAME"]

0 comments on commit fe75ebf

Please sign in to comment.