#4688 Lint failing for master branch
Closed: Fixed None Opened 8 years ago by tbabej.

The fix for #4503 introduced a lint failure

===============================================================================
Errors were found during the static code check.

If you are certain that any of the reported errors are false positives, please
mark them in the source code according to the pylint documentation.
===============================================================================

************* Module ipaserver.plugins.dogtag
ipaserver/plugins/dogtag.py:1909: [E1123(unexpected-keyword-arg), kra.get_client] Unexpected keyword argument 'password_file' in constructor call)
ipaserver/plugins/dogtag.py:1909: [E1120(no-value-for-parameter), kra.get_client] No value for argument 'certdb_password' in constructor call)
make: *** [lint] Error 2

It only seems to appear if pki-base < 10.2.1-0.1.fc21 is present on the system. Lint passes if no pki-base is present.


master:

  • b168a7f specfile: Add BuildRequires for pki-base 10.2.1-0

Metadata Update from @tbabej:
- Issue assigned to tbabej
- Issue set to the milestone: FreeIPA 4.2 Backlog

6 years ago

Login to comment on this ticket.

Metadata