On Fri, 24 Mar 2023 at 07:58, Tom Rini <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]>

