Remove redundant dependencies in test-requirements
Hacking 0.7 already pins down pep8, pyflakes and flake8 so they can be removed from test-requirements as they are indirect dependencies. Co-author: Joe Gordon <joe.gordon0@gmail.com> Change-Id: Ia9f50e35f292ba35f8ca036cd66c930a3ad46ffd
This commit is contained in:
parent
56b225fb6f
commit
63b45d8785
@ -1,7 +1,4 @@
|
||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||
pep8==1.4.5
|
||||
pyflakes>=0.7.2,<0.7.4
|
||||
flake8==2.0
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
hacking>=0.5.6,<0.8
|
||||
|
||||
# For translations processing
|
||||
|
Loading…
Reference in New Issue
Block a user