mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00:00
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 <sjg@chromium.org>
This commit is contained in:
parent
ada5e2f978
commit
7b7f1bf30d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
atomicwrites==1.4.1
|
atomicwrites==1.4.1
|
||||||
attrs==19.3.0
|
attrs==19.3.0
|
||||||
|
concurrencytest==0.1.2
|
||||||
coverage==4.5.4
|
coverage==4.5.4
|
||||||
extras==1.0.0
|
extras==1.0.0
|
||||||
filelock==3.0.12
|
filelock==3.0.12
|
||||||
|
|
Loading…
Add table
Reference in a new issue