From d36dcf89f7c7a3a23a887edf80daf880120ea8a0 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 27 Nov 2024 13:24:14 -0700 Subject: [PATCH] No longer forward DAF_BUTLER_PLUGINS in tests --- tests/SConscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/SConscript b/tests/SConscript index 23d3252..cdeb393 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -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"]