[Freeipa-devel] [freeipa PR#594][opened] Fix Python 3 pylint errors

tiran freeipa-github-notification at redhat.com
Wed Mar 15 07:49:23 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/594
Author: tiran
 Title: #594: Fix Python 3 pylint errors
Action: opened

PR body:
"""
```
************* Module ipaserver.install.ipa_kra_install
ipaserver/install/ipa_kra_install.py:25: [W0402(deprecated-module), ] Uses of a deprecated module 'optparse')
************* Module ipapython.install.core
ipapython/install/core.py:163: [E1101(no-member), _knob] Module 'types' has no 'TypeType' member)
************* Module ipatests.test_ipapython.test_dn
ipatests/test_ipapython/test_dn.py:1205: [W1505(deprecated-method), TestDN.test_x500_text] Using deprecated method assertEquals())
************* Module ipa-ca-install
install/tools/ipa-ca-install:228: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)
install/tools/ipa-ca-install:232: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)
```

Signed-off-by: Christian Heimes <cheimes at redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/594/head:pr594
git checkout pr594
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-594.patch
Type: text/x-diff
Size: 3554 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170315/bc49b8aa/attachment.bin>


More information about the Freeipa-devel mailing list