armada/test-requirements.txt
Drew Walters 163cacd973 style: Pin YAPF to 0.26.0
CI jobs are failing due to new YAPF style guidelines [0] that are not
PEP8 compliant. This commit pins YAPF to 0.26.0 to prevent non-compliant
regressions in the gate.

[0] https://github.com/google/yapf/blob/master/CHANGELOG

Change-Id: I030031f3748cddc5fce3020e7bcfe324b666cbd8
2019-04-08 19:21:39 +00:00

19 lines
236 B
Plaintext

# General
tox
# Docs
sphinx>=1.6.2
sphinx_rtd_theme>=0.2.4
# Testing
bandit
coverage!=4.4,>=4.5.1 # Apache-2.0
testtools>=2.3.0 # MIT
os-testr>=1.0.0 # Apache-2.0
flake8>=3.3.0
mock
responses>=0.8.1
yapf==0.26.0
grpcio-tools==1.16.0