fuel-qa-pylint test doesn't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Fuel for OpenStack |
High
|
Alexey Stupnikov | ||
| Newton |
High
|
Alexey Stupnikov |
Bug Description
Tests are broken and couldn't finish successfully for empty commit. It looks like and issue with updated python packages.
The thing is that for some reason we install the packages explicitly (not from requirements.txt):
pylint installdeps: -r/home/
Example review: https:/
Alexey Stupnikov (astupnikov) wrote : | #2 |
Fix proposed to branch: stable/newton
Review: https:/
Alexey Stupnikov (astupnikov) wrote : | #4 |
summary: |
- [9.0] fuel-qa-pylint tests doesn't work + fuel-qa-pylint tests doesn't work |
summary: |
- fuel-qa-pylint tests doesn't work + fuel-qa-pylint test doesn't work |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/newton
commit 9643b3035737a26
Author: Alexey Stupnikov <email address hidden>
Date: Fri May 12 18:49:55 2017 +0300
Set maximum pylint version
It turns out that pylint 1.7 introduced additional checks that
are failing against fuel-qa code. It is reasonable to prevent
new checks for stable branches and the best way to do so is to
pin pylint version.
Change-Id: Iae7506dacd93be
Closes-bug: #1690410
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit dcaa7b11a86dd79
Author: Alexey Stupnikov <email address hidden>
Date: Fri May 12 18:49:55 2017 +0300
Set maximum pylint version
It turns out that pylint 1.7 introduced additional checks that
are failing against fuel-qa code. It is reasonable to prevent
new checks for stable branches and the best way to do so is to
pin pylint version.
Change-Id: Iae7506dacd93be
Closes-bug: #1690410
tags: | added: in-stable-mitaka |
Changed in fuel: | |
status: | In Progress → Fix Committed |
Fix: https:/ /review. openstack. org/#/c/ 464228/