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:
Simon Glass 2023-02-23 18:18:22 -07:00
parent ada5e2f978
commit 7b7f1bf30d

View file

@ -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