Cherry-pick #20832 to 7.x: Setup python paths in test runner configuration#20892
Cherry-pick #20832 to 7.x: Setup python paths in test runner configuration#20892jsoriano merged 1 commit intoelastic:7.xfrom
Conversation
Use the python tests runner to setup python paths so each test doesn't need to setup their own python paths. (cherry picked from commit 42a53eb)
|
Pinging @elastic/integrations (Team:Integrations) |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
|
Failures in CI are not related to python imports. |
Cherry-pick of PR #20832 to 7.x branch. Original message:
Add
conftest.pyfiles to projects with python tests. This file is imported by the test runner. Use it to setup python paths so tests don't need to care about them depending on where they are located, and we control paths from central points.