jenkins-bot has submitted this change and it was merged.
Change subject: Do not specify pep8 explicitly in dev-requirements ......................................................................
Do not specify pep8 explicitly in dev-requirements
It is installed by installing flake8 automatically
Change-Id: Id645deb3e4c7bf610b1790f888972928ef26e375 --- M dev-requirements.txt 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/dev-requirements.txt b/dev-requirements.txt index 373c987..81f4b4a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,6 @@
nose
-pep8 pep257>=0.6 pyflakes>=0.9 flake8