Re: [PATCH v6 24/25] gitlab: add python linters to CI

2021-05-25 Thread John Snow
On 5/25/21 3:55 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:40PM -0400, John Snow wrote: Add python3.6 to the fedora container image: we need it to run the linters against that explicit version to make sure we don't break our minimum version promise. Add pipenv so that we can fetch pre

Re: [PATCH v6 24/25] gitlab: add python linters to CI

2021-05-25 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:40PM -0400, John Snow wrote: > Add python3.6 to the fedora container image: we need it to run the > linters against that explicit version to make sure we don't break our > minimum version promise. > > Add pipenv so that we can fetch precise versions of pip packages we

[PATCH v6 24/25] gitlab: add python linters to CI

2021-05-12 Thread John Snow
Add python3.6 to the fedora container image: we need it to run the linters against that explicit version to make sure we don't break our minimum version promise. Add pipenv so that we can fetch precise versions of pip packages we need to guarantee test reproducability. Signed-off-by: John Snow -