Bug 912393
| Summary: | rhnpush fails to build on F19 due pylint erros | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Miroslav Suchý <msuchy> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhnpush-5.5.60-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-06 18:34:35 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 917805 | ||
|
Description
Miroslav Suchý
2013-02-18 15:28:24 UTC
Fixed in Spacewalk master by
commit e1f5b4d232fa9db7467afeb726f908c4d1348a8e
silence pylint warnings
R0924: 28,0:rhnpushConfigParser: Badly implemented Container, implements __getitem__ but not __delitem__, __len__, __setitem__
commit abcbb10e30ce60318f4a7dd150078ffbd475f58f
disable false positive warnings
fixing
E1101:175,4:rhn_popen: Instance of 'Popen' has no 'stdin' member
E1101:182,20:rhn_popen: Instance of 'Popen' has no 'stdout' member
E1101:182,43:rhn_popen: Instance of 'Popen' has no 'stderr' member
E1101:188,17:rhn_popen: Instance of 'Popen' has no 'poll' member
commit 82b744a816c377eaf9f7e2674b38bdea149a3cba
fixed pylint warnings
W1401: 39,0: Anomalous backslash in string: '\('. String constant might be missing an r prefix.
W1401: 39,0: Anomalous backslash in string: '\)'. String constant might be missing an r prefix.
W1401: 40,0: Anomalous backslash in string: '\S'. String constant might be missing an r prefix.
W1401: 40,0: Anomalous backslash in string: '\s'. String constant might be missing an r prefix.
W1401: 41,0: Anomalous backslash in string: '\S'. String constant might be missing an r prefix.
...
Marking bug as ON_QA since tonight's build of Spacewalk nightly is a release candidate for Spacewalk 1.9. Spacewalk 1.9 has been released. https://fedorahosted.org/spacewalk/wiki/ReleaseNotes19 |