URL: https://github.com/freeipa/freeipa/pull/5740 Author: tiran Title: #5740: Constrain pylint to supported versions Action: opened
PR body: """ Two, three times a year PR-CI starts failing because tox tests pull in a newer version of pylint with new warnings. To reduce breakage this change constraints pylint (and indirectly astroid) to latest tested minor version. The constraint should be updated when FreeIPA starts to support a new Fedora version with more recent pylint.
Related: pagure.io/freeipa/issue/8818 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5740/head:pr5740 git checkout pr5740
URL: https://github.com/freeipa/freeipa/pull/5740 Author: tiran Title: #5740: Constrain pylint to supported versions Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5740/head:pr5740 git checkout pr5740
freeipa-devel@lists.fedorahosted.org