valet/test-requirements.txt
Tin Lam 378b546899 Add bandit target
This patch set adds bandit security static code scanning to valet.
User can run ``tox -ebandit`` to perform the analysis.

Change-Id: I37a979cefa8f02ffa5455d042e06a419063eb8e7
2017-06-08 06:21:18 +00:00

30 lines
828 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.
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
mock>=2.0 # BSD
bashate>=0.2 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslotest>=1.10.0 # Apache-2.0
# For documentation
sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
os-api-ref>=1.0.0 # Apache-2.0
# Tempest
tempest>=14.0.0 # Apache-2.0
# Functional tests.
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
# Bandit security scanning
bandit>=1.1.0 # Apache-2.0