From 74441535d2a6a02bc2b94dc8192d23abecacdf43 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 27 Nov 2024 13:03:00 -0700 Subject: [PATCH] Remove DAF_BUTLER_PLUGINS pass through for tests No longer needed. --- tests/SConscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/SConscript b/tests/SConscript index 900501949..5158b184a 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -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"]