Remove pep8 from test-requirements.txt

flake8 already pulls it in, and listing it separately can only
produce conflicts. Also, pep8 was renamed to pycodestyle a
couple of years ago.

Change-Id: I5b9f99af60df753a2860eb083b9e763de8eeccf4
This commit is contained in:
Dirk Mueller 2017-10-25 08:05:04 +02:00
parent f2befc4168
commit 1476f6c3aa
1 changed files with 0 additions and 1 deletions

View File

@ -2,4 +2,3 @@ nose
mock
unittest2
flake8
pep8==1.5.7