test-requirements.txt 598 B

12345678910111213141516171819202122
  1. # The order of packages is significant, because pip processes them in the order
  2. # of appearance. Changing the order has an impact on the overall integration
  3. # process, which may cause wedges in the gate later.
  4. # this file lists dependencies required for the testing of heat
  5. # Install bounded pep8/pyflakes first, then let flake8 install
  6. pep8==1.5.7
  7. pyflakes==0.8.1
  8. flake8<=2.4.1,>=2.2.4
  9. coverage>=3.6
  10. discover
  11. python-subunit>=0.0.18
  12. testrepository>=0.0.18
  13. testtools>=1.4.0
  14. six>=1.9.0
  15. # this is required for the docs build jobs
  16. sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
  17. oslosphinx>=2.5.0 # Apache-2.0