commit 241d2086a31debfb5b60fe24c24a4edf3f64a1a0 Author: Dong Ma Date: Fri Oct 16 21:59:19 2020 +0800 Fix the pep8 check failed Fixing: - bug#1886296 Bump the pyflakes to 2.1.1 as min version to run pep8 jobs on py3.8 which is default python vesion in ubuntu focal. Change-Id: I2060613609f100ba76e9ee56129bd5a20ebf0df1 diff --git a/test-requirements.txt b/test-requirements.txt index 6dadd8a..2f2b4fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,10 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +# remove this pyflakes from here once you bump the +# hacking to 3.2.0 or above. hacking 3.2.0 takes +# care of pyflakes version compatibilty. +pyflakes>=2.1.1 coverage>=4.0 # Apache-2.0 discover