Discussion:
[Freeipa-devel] [freeipa PR#720][opened] tox: use pylint 1.6.x for now
tiran
2017-04-19 09:00:22 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Author: tiran
Title: #720: tox: use pylint 1.6.x for now
Action: opened

PR body:
"""
FreeIPA is not yet compatible with pylint 1.7.1+. Enforce pylint 1.6.x
until all issues have been addressed.

Related: https://pagure.io/freeipa/issue/6874
Signed-off-by: Christian Heimes <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/720/head:pr720
git checkout pr720
tiran
2017-04-19 09:01:03 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Title: #720: tox: use pylint 1.6.x for now

tiran commented:
"""
Needs rebase to 4.5 **or** 4.5 must be made compatible with pylint 1.7 before 4.5.1 is released.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/720#issuecomment-295174341
MartinBasti
2017-04-24 11:19:12 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Title: #720: tox: use pylint 1.6.x for now

MartinBasti commented:
"""
pylint and pylint3 targets are failing
```
MAKEFLAGS= /tmp/freeipa/.tox/pylint2/bin/python -m pip wheel \
--disable-pip-version-check \
--constraint .wheelconstraints \
--find-links ./dist/wheels \
--find-links ./dist/bundle \
--wheel-dir ./dist/bundle \
ipaclient ipalib ipapython ipaclient ipapython[certmonger] pylint < 1.7
/bin/sh: 1.7: No such file or directory
Makefile:1249: recipe for target 'wheel_bundle' failed
make: *** [wheel_bundle] Error 1
make: Leaving directory '/tmp/freeipa'
```
"""

See the full comment at https://github.com/freeipa/freeipa/pull/720#issuecomment-296624447
tiran
2017-04-24 11:26:30 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Author: tiran
Title: #720: tox: use pylint 1.6.x for now
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/720/head:pr720
git checkout pr720
MartinBasti
2017-04-24 14:20:07 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Title: #720: tox: use pylint 1.6.x for now

Label: +ack
MartinBasti
2017-04-25 10:26:06 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Title: #720: tox: use pylint 1.6.x for now

Label: +pushed
MartinBasti
2017-04-25 10:26:14 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Author: tiran
Title: #720: tox: use pylint 1.6.x for now
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/720/head:pr720
git checkout pr720
MartinBasti
2017-04-25 10:26:11 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/720
Title: #720: tox: use pylint 1.6.x for now

MartinBasti commented:
"""
master:

* b64ec757883284a765745ef4fbd78fb55bf0e228 tox: use pylint 1.6.x for now


"""

See the full comment at https://github.com/freeipa/freeipa/pull/720#issuecomment-296988196
Loading...