Re: [PATCH v4 09/24] python: add pylint import exceptions

2021-02-16 Thread John Snow
On 2/16/21 10:07 PM, Cleber Rosa wrote: On Thu, Feb 11, 2021 at 01:58:41PM -0500, John Snow wrote: Pylint 2.5.x and 2.6.x have regressions that make import checking inconsistent, see: https://github.com/PyCQA/pylint/issues/3609 https://github.com/PyCQA/pylint/issues/3624 https://github.com/PyCQ

Re: [PATCH v4 09/24] python: add pylint import exceptions

2021-02-16 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:41PM -0500, John Snow wrote: > Pylint 2.5.x and 2.6.x have regressions that make import checking > inconsistent, see: > > https://github.com/PyCQA/pylint/issues/3609 > https://github.com/PyCQA/pylint/issues/3624 > https://github.com/PyCQA/pylint/issues/3651 > > Pinni

[PATCH v4 09/24] python: add pylint import exceptions

2021-02-11 Thread John Snow
Pylint 2.5.x and 2.6.x have regressions that make import checking inconsistent, see: https://github.com/PyCQA/pylint/issues/3609 https://github.com/PyCQA/pylint/issues/3624 https://github.com/PyCQA/pylint/issues/3651 Pinning to 2.4.4 is worse, because it mandates versions of shared dependencies t