From: Simon Glass Date: Fri, 24 Feb 2023 01:18:22 +0000 (-0700) Subject: test: Add concurrencytest to the requirements X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=7b7f1bf30d97931891a2440adf45fbdca54738af;p=u-boot.git test: Add concurrencytest to the requirements This allows tests to run in parallel and speeds up some tests markedly, particularly with binman. Add it to the requirements. Signed-off-by: Simon Glass --- diff --git a/test/py/requirements.txt b/test/py/requirements.txt index fae8b59caf..e241780f92 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -1,5 +1,6 @@ atomicwrites==1.4.1 attrs==19.3.0 +concurrencytest==0.1.2 coverage==4.5.4 extras==1.0.0 filelock==3.0.12