
This change adds dependency vulnerability checks into tox. These checks are performed by the Safety package which checks requirements files against a vulnerability database for any issues. If any vulnerabilities are found, tox will fail its pep8 env. Safety: https://pyup.io/safety/ Safety Repo: https://github.com/pyupio/safety Safety Default Vulnerability DB: https://github.com/pyupio/safety-db Change-Id: I70a10ecb01836373888bd87aa27953515accd4c4
17 lines
188 B
Plaintext
17 lines
188 B
Plaintext
# Testing
|
|
pytest==3.2.1
|
|
pytest-cov==2.5.1
|
|
testfixtures==6.8.2
|
|
pytest-xdist==1.23.2
|
|
mock==2.0.0
|
|
|
|
# Formatting
|
|
yapf==0.20.0
|
|
|
|
# Linting
|
|
hacking==1.1.0
|
|
|
|
# Security
|
|
bandit==1.6.0
|
|
safety==1.8.5
|