tripleo-operator-ansible/test-requirements.txt
Sorin Sbarnea 48946e8588 Fix tox.ini misconfigurations
Previous setup introduce several problems because pre-commit was never run with
all configured hooks. New setup does not require any changes to tox.ini when
new linters/hooks are added.

- openstack-tox-pep8 removed, replaced by generic linters
- fixed bug where CI did not run all linters, mainly because of tox.ini env layout
- kept only one linters environment with its sole requirement
- saved considerable amount of time wasted installing unused dependencies
- moved doc8 config to setup.cfg (standard location)

Change-Id: Idda6418ea1dcc3877e078f3cd9c59631fcc2ec68
2020-01-28 11:03:48 +00:00

5 lines
88 B
Plaintext

netaddr # BSD
mock>=2.0.0 # BSD
stestr>=2.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0