FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 46e65674 authored by L. Bower's avatar L. Bower
Browse files

investigating failing env suit full fat failure

parent 66dd93fc
No related branches found
No related tags found
No related merge requests found
......@@ -157,11 +157,15 @@ class IntegrationTestUtils:
start_date: str,
**kwargs):
print("running unittest pipeline1")
# need EMAIL_CRED in the environment before we import Processor
os.environ["EMAIL_CRED"] = IntegrationTestUtils.EMAIL_CRED_PATH
print("running unittest pipeline2")
import Processor
reload(Processor)
from Processor import run_Process, set_log_level
print("running unittest pipeline3")
args_dict: dict = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment