This PR addresses the failure of performance tests to run in the CI environment after an e2e upgrade in Python.
Dependency Injection: Adjusted .env generation as make config was producing an empty file. Now, dependencies are injected into locust_settings.py using uv add --script ..., allowing it to run as a standalone script.
What do these changes do?
This PR addresses the failure of performance tests to run in the CI environment after an e2e upgrade in Python.
.env
generation asmake config
was producing an empty file. Now, dependencies are injected intolocust_settings.py
usinguv add --script ...
, allowing it to run as a standalone script.cut
command arguments to ensure proper executionRelated issue/s
docker:latest
updated and installs new version of pythonHow to test
Dev-ops
None