Re: [v2 1/2] pytest: Update requirements to match sphinx versions

2023-04-04 Thread Tom Rini
On Thu, Mar 23, 2023 at 02:57:57PM -0400, Tom Rini 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

Re: [v2 1/2] pytest: Update requirements to match sphinx versions

2023-03-26 Thread Simon Glass
On Fri, 24 Mar 2023 at 07:58, Tom Rini 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

[v2 1/2] pytest: Update requirements to match sphinx versions

2023-03-23 Thread Tom Rini
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 --- Changes in v2: -