Re: [edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-08 Thread Michael D Kinney
Laszlo, Thank you for the extra effort on this evaluation. I will change to pip-requirements.txt Mike > -Original Message- > From: Laszlo Ersek > Sent: Friday, November 8, 2019 5:13 AM > To: Kinney, Michael D ; > devel@edk2.groups.io > Cc: Sean Brogan ; Andrew Fish > ; Leif Lindholm >

Re: [edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-07 Thread Michael D Kinney
Hi Laszlo, requirements.txt is not only for CI. If a developer wants to run the same tests that CI runs locally that also need to install using pip and need this file. Sean responded to this feedback earlier and pointed to some features that may depend on this specific filename or a specific f

Re: [edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-07 Thread Leif Lindholm
On Thu, Nov 07, 2019 at 11:39:37AM +0100, Laszlo Ersek wrote: > > +## @file > > +# EDK II Python PIP requirements file > > +# > > +# This file provides the list of python components to install using PIP. > > +# > > +# Copyright (c) Microsoft Corporation. All rights reserved. > > +# > > +# SPDX-Lice

Re: [edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-07 Thread Laszlo Ersek
On 11/07/19 02:13, Michael D Kinney wrote: > From: Sean Brogan > > Add pip requirements file that is used to install the > python pip modules build from the edk2-pytool-library and > edk2-pytool-extensions repositories. > > These python modules provide the extensions required to > perform EDK II

Re: [edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-07 Thread Laszlo Ersek
On 11/07/19 02:13, Michael D Kinney wrote: > From: Sean Brogan > > Add pip requirements file that is used to install the > python pip modules build from the edk2-pytool-library and > edk2-pytool-extensions repositories. > > These python modules provide the extensions required to > perform EDK II

[edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add pip requirements file that is used to install the python pip modules build from the edk2-pytool-library and edk2-pytool-extensions repositories. These python modules provide the extensions required to perform EDK II Continuous Integration(CI) builds. Cc: Andrew Fish Cc: L