]> git.baikalelectronics.ru Git - uboot.git/commit
Remove concurrencytest
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:03 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit0b3bf0f81170930f5b15c406e2ad7d2dcc9f1157
treef08a7debf09f191d8b361af041a2e627a690095a
parent75dcdf32d37c8190ab20d9c09f181f0327b497d8
Remove concurrencytest

While our version is better, it is tricky to use it when we are trying
to package things with pip. Drop it.

Somewhat reduced functionality is provided by the upstream version[1],
along with a rather annoying message each time it is used[2] [3].

[1] pip install concurrencytest
[2] https://github.com/cgoldberg/concurrencytest/issues/12
[3] https://github.com/cgoldberg/concurrencytest/pull/14

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/concurrencytest/.gitignore [deleted file]
tools/concurrencytest/README.md [deleted file]
tools/concurrencytest/__init__.py [deleted file]
tools/concurrencytest/concurrencytest.py [deleted file]
tools/patman/test_util.py