Skip to content

Commit

Permalink
remove IDDS_CONFIG from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wguanicedew committed May 4, 2022
1 parent 603ee6d commit 25c3107
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
6 changes: 0 additions & 6 deletions tests/SConscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# -*- python -*-
import os

from lsst.sconsUtils import env, scripts
scripts.BasicSConscript.tests(pyList=[])

if "IDDS_CONFIG" in os.environ:
env["ENV"]["IDDS_CONFIG"] = os.environ["IDDS_CONFIG"]
else:
env["ENV"]["IDDS_CONFIG"] = f"{os.environ['CTRL_BPS_PANDA_DIR']}/tests/idds_test.cfg"
18 changes: 0 additions & 18 deletions tests/idds_test.cfg

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_panda_auth_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def testPandaAuthStatusWrongEnviron(self):
"PANDA_AUTH_VO",
"PANDA_URL_SSL",
"PANDA_URL",
"IDDS_CONFIG",
}
test_environ = {key: val for key, val in os.environ.items() if key not in unwanted}
with mock.patch.dict(os.environ, test_environ, clear=True):
Expand Down

0 comments on commit 25c3107

Please sign in to comment.