File: test_requirements.txt

package info (click to toggle)
vim-youcompleteme 0%2B20190211%2Bgitcbaf813-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,436 kB
  • sloc: python: 8,611; sh: 48; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
flake8                >= 3.0.0
flake8-comprehensions >= 1.4.1
flake8-ycm            >= 0.1.0
mock                  >= 1.0.1
nose                  >= 1.3.7
PyHamcrest            >= 1.8.0
# This needs to be kept in sync with submodule checkout in
# third_party/ycmd/third_party
future                == 0.15.2
# coverage.py 4.4 removed the path from the filename attribute in its reports.
# This leads to incorrect coverage from codecov as it relies on this attribute
# to find the source file.
coverage              <  4.4
codecov               >= 2.0.5