6ee2995214
This gives us better linting of YAML files that just opening them. This would have detected the duplicate keys in I34e27d821fbefe274e7b007f37b0bd34db2e1d26. The .yamllint is taken from zuul-jobs where it is also used as a fairly sane set of default rules. A few minor newline fixes are added. Change-Id: I96d6644ae24f7deb84fa50fefbda0f0d33e0e009
17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pylint==1.7.6;python_version=='2.7' # GPLv2
|
|
pylint;python_version>'3.0' #GPLv2
|
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
|
|
yamllint>=1.23.0
|