Fix pylint testing for Ubuntu Focal

As per victoria cycle testing runtime and community goal,
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing the pylint for Ubuntu Focal.

Change-Id: I1ce17f378769d3b687b8c4ed07a2d8862d14f65b
Story: #2007865
Task: #402184
This commit is contained in:
kundan2707 2020-09-06 14:07:03 +05:30
parent 3d327a66c5
commit 7d4c5ad01c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
hacking>=3.0,<3.1.0 # Apache-2.0
coverage>=4.0
mock>=2.0.0
pylint==1.9.2 # GPLv2
pylint==2.4.0 # GPLv2
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD