nodepool/test-requirements.txt
Monty Taylor 325455dfd6 Stop using hacking for anything
We've had it in here as a way to pin pycodestyle. But that's not
worth the energy to deal with things like hacking now spewing
incorrect messages about our apache license headers not being
right even though they are. (it's because sdague dedcided that
nobody has more than 11 lines of header)

zuul just uses a bare flake8. Match that choice.

Change-Id: I5bc847d151801fd31281389ee65184e964ddd2a5
Depends-On: https://review.opendev.org/712778
2020-03-12 15:03:03 -05:00

10 lines
122 B
Plaintext

flake8
coverage
fixtures>=0.3.12
mock>=1.0
python-subunit
stestr>=1.0.0 # Apache-2.0
testscenarios
testtools>=0.9.27
moto