test_requirements.txt 386 B

12345678910
  1. # Flake8 3.x dropped support of Python 2.6 and 3.3
  2. flake8 < 3.0.0; python_version == '2.6' or python_version == '3.3'
  3. flake8 >= 3.0.0; python_version == '2.7' or python_version > '3.3'
  4. mock >= 1.0.1
  5. nose >= 1.3.7
  6. PyHamcrest >= 1.8.0
  7. # This needs to be kept in sync with submodule checkout in
  8. # third_party/ycmd/third_party
  9. future == 0.15.2
  10. codecov >= 2.0.5