We are unable to run pytest locally to test anything because of issue listed in the ticket. The logic in the file was added to tests test_batch_starter.py's test_duplicate_job(). I undid that change since it's more important to test other tests. If we want to continue testing batch starter's duplicate job, we will need to revisit. I will create issue to capture that.
Testing
tests/lambda_endpoints/conftest.py
undid lines that create engine using postgresql for pytest
Change Summary
closes #394
Overview
We are unable to run pytest locally to test anything because of issue listed in the ticket. The logic in the file was added to tests
test_batch_starter.py
'stest_duplicate_job()
. I undid that change since it's more important to test other tests. If we want to continue testing batch starter's duplicate job, we will need to revisit. I will create issue to capture that.Testing