Description:
This ticket involved updating many failing tests that were erroring out as a result from updating to Python 3.10.12. This included test_load_to_from_delta as well as test_load_rosetta. The major issue was django.test.testcases.DatabaseOperationForbidden: Database queries to 'data_broker' are not allowed in this test
Technical details:
Updated python from 3.8.16 to 3.10.12
Description: This ticket involved updating many failing tests that were erroring out as a result from updating to Python 3.10.12. This included test_load_to_from_delta as well as test_load_rosetta. The major issue was
django.test.testcases.DatabaseOperationForbidden: Database queries to 'data_broker' are not allowed in this test
Technical details: Updated python from 3.8.16 to 3.10.12
Requirements for PR merge:
Area for explaining above N/A when needed: