Re: [U-Boot] [PATCHv2 11/13] test/py: Update docs, add requirements.txt for pip

2019-10-23 Thread Simon Glass
On Tue, 22 Oct 2019 at 21:20, Tom Rini wrote: > > To be more closely aligned with Python community best practices, we need > to better document our usage of pip and make use of a requirements.txt > file that shows the versions of the tools that we are using. This will > aide in ensuring reproduci

Re: [U-Boot] [PATCHv2 11/13] test/py: Update docs, add requirements.txt for pip

2019-10-23 Thread Tom Rini
On Wed, Oct 23, 2019 at 12:30:52PM -0600, Stephen Warren wrote: > On 10/22/19 9:20 PM, Tom Rini wrote: > > To be more closely aligned with Python community best practices, we need > > to better document our usage of pip and make use of a requirements.txt > > file that shows the versions of the tool

Re: [U-Boot] [PATCHv2 11/13] test/py: Update docs, add requirements.txt for pip

2019-10-23 Thread Stephen Warren
On 10/22/19 9:20 PM, Tom Rini wrote: To be more closely aligned with Python community best practices, we need to better document our usage of pip and make use of a requirements.txt file that shows the versions of the tools that we are using. This will aide in ensuring reproducibility of our test