diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-23 18:18:22 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-03-08 11:40:56 -0800 |
commit | 7b7f1bf30d97931891a2440adf45fbdca54738af (patch) | |
tree | 8b268fd710a1c94e0ef5df68c4d61c0df096d00c /test/py | |
parent | ada5e2f97814ea778eabdb5ab56a0505ed0d3f5c (diff) |
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>
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |