ironic-specs/test-requirements.txt
Doug Goldstein 3592d4c370
switch lints to using pre-commit
Switch to using pre-commit for linters. This consolidates the doc8 run
into pre-commit. To ensure that CI matches what users get and to not
require users to do anything different, call pre-commit from tox. Added
the same pre-commit hooks from the ironic repo where they pass cleanly.

Change-Id: Ic49b06d8ef1621646bf5455b705af1e0db830ab1
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2024-11-09 12:44:51 -05:00

8 lines
257 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.
stestr!=2.3.1 # Apache-2.0
testtools>=0.9.34