
Implements documentation updates from [0] to standardize formatting for all Airship projects. [0] https://review.opendev.org/#/c/671291/ Change-Id: I723af0d91e24a306f05c06a3ddf456757489f7f0
20 lines
375 B
Plaintext
20 lines
375 B
Plaintext
# Testing
|
|
pytest==4.4.1
|
|
pytest-xdist==1.28.0
|
|
pytest-cov==2.6.1
|
|
|
|
# Formatting
|
|
flake8==3.7.8
|
|
flake8-import-order==0.18.1
|
|
yapf==0.27.0
|
|
|
|
# Linting
|
|
hacking==1.1.0
|
|
|
|
# Security
|
|
bandit==1.6.0
|
|
safety==1.8.5
|
|
|
|
# Installs Spyglass for independent tests, but not in requirements.txt since Spyglass will always install this plugin
|
|
git+https://opendev.org/airship/spyglass.git#egg=spyglass
|