From: "Kory Maincent (TI.com)" <[email protected]> The test_event_dump test requires pyelftools to run. Add this missing dependency to requirements.txt to ensure the test can run successfully.
Signed-off-by: Kory Maincent (TI.com) <[email protected]> --- test/py/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 804a427b351..6d7909cb919 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -3,3 +3,4 @@ pycryptodomex==3.21.0 pytest==6.2.5 pytest-xdist==2.5.0 FATtools==1.0.42 +pyelftools==0.32 -- 2.43.0

