Re: [PATCH v3 06/15] python: add pylint import exceptions

2020-10-28 Thread John Snow
On 10/28/20 6:24 PM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:46PM -0400, 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/P

Re: [PATCH v3 06/15] python: add pylint import exceptions

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:46PM -0400, 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 > Are

[PATCH v3 06/15] python: add pylint import exceptions

2020-10-20 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 dependencie