
27 Mar
2023
27 Mar
'23
6 a.m.
On Fri, 24 Mar 2023 at 07:58, Tom Rini trini@konsulko.com wrote:
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
Changes in v2:
- Don't forget to send this patch, this time.
test/py/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org