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
>
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
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
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
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
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