Remove unused requirements
yamllint and discover are not needed, remove them. Note that these are not in global-requirements and thus syncing of requirements fails. Still, syncing will fail due to salt and dpath. Change-Id: I3454a83e42d5e99c9dd76ebf8a89884913a130a3
This commit is contained in:
parent
70d9184a27
commit
5edca24050
@ -2,7 +2,6 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
discover
|
||||
dpath>=1.3.2
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
@ -18,7 +17,6 @@ sphinx!=1.6.6,>=1.6.2 # BSD
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=2.2.0 # MIT
|
||||
yamllint>=1.2.0
|
||||
os-apply-config>=5.0.0 # Apache-2.0
|
||||
|
||||
python-heatclient>=1.10.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user