Actions
Bug #14684
closedModify urllib3 import to disable useless pylint warning
Status:
Released
Priority:
N/A
Assignee:
Category:
Relay server or API
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
- pylint: disable=no-member
is required to avoid:
15:13:29 ************* Module relay_api.remote_run 15:13:29 E: 20, 2: Module 'requests.packages' has no 'urllib3' member (no-member)
Updated by Alexis Mousset over 5 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/2196
Updated by Alexis Mousset over 5 years ago
- Subject changed from Add annotation to disable useless pylint warning to Modify urllib3 import to disable useless pylint warning
We will do it as an shared-files.py.
Updated by Alexis Mousset over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|5748c98d1b9e5715250898a5c6c2a3f456b2ac53.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.
Actions