test_requirements.txt 414 B

123456789101112
  1. flake8 >= 3.0.0
  2. mock >= 1.0.1
  3. nose >= 1.3.7
  4. PyHamcrest >= 1.8.0
  5. # This needs to be kept in sync with submodule checkout in
  6. # third_party/ycmd/third_party
  7. future == 0.15.2
  8. # coverage.py 4.4 removed the path from the filename attribute in its reports.
  9. # This leads to incorrect coverage from codecov as it relies on this attribute
  10. # to find the source file.
  11. coverage < 4.4
  12. codecov >= 2.0.5