commit | 046b8ef438a26713f94b38d1aa8e131d8049921b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 23 14:57:57 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 04 12:24:29 2023 -0400 |
tree | 64a8673618959d568504ff117ad063328fc5e120 | |
parent | 0916377b837a7a964587564c4560e4534aec72cb [diff] |
pytest: Update requirements to match sphinx versions In order to better make use of pip caches, and also for better overall consistency, we should use the same versions of packages in each of our python requirements files. Update pytest to use the newer versions of packages we use in sphinx builds. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>