From e5d3f9cf432f14e961f4711e2a4b17c8794ca853 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 27 Nov 2024 13:21:04 -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 23d3252c2..cdeb3935e 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"]