nodepool/test-requirements.txt
Markus Hosch fe6b7ddfca Move sphinx + deps to doc/requirements.txt
Move all doc related requirements to a separate requirements.txt so
that the tests do not install unneccessary dependencies.

Change-Id: I276775ee2d038209f82bfb42dca386a2f5bf02f0
2018-08-16 09:57:52 +02:00

10 lines
177 B
Plaintext

# Nodepool uses hacking for its dependencies
hacking>=0.10.2,<0.11
coverage
fixtures>=0.3.12
mock>=1.0
python-subunit
stestr>=1.0.0 # Apache-2.0
testscenarios
testtools>=0.9.27