File: test-requirements

package info (click to toggle)
cpplint 1.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,776 kB
  • sloc: cpp: 13,511; python: 8,913; ansic: 854; makefile: 18
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# minimal requirements to run python setup.py test
# 5.x requires python 3.5
pytest>=4.6,<5.0
pytest-cov
# freeze versions breaking python 2.7 on travis
pyparsing<3
zipp<=0.5.1
configparser<=3.7.4
testfixtures