2018-01-24 11:54:57 -05:00
|
|
|
flake8 >= 3.0.0
|
2016-12-06 16:30:19 -05:00
|
|
|
mock >= 1.0.1
|
|
|
|
nose >= 1.3.7
|
|
|
|
PyHamcrest >= 1.8.0
|
2016-10-11 21:18:08 -04:00
|
|
|
# This needs to be kept in sync with submodule checkout in
|
|
|
|
# third_party/ycmd/third_party
|
2016-12-06 16:30:19 -05:00
|
|
|
future == 0.15.2
|
2017-06-04 10:42:18 -04:00
|
|
|
# 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
|
2016-12-06 16:30:19 -05:00
|
|
|
codecov >= 2.0.5
|