File: test-requirements.txt

package info (click to toggle)
python-git 3.1.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,780 kB
  • sloc: python: 18,814; sh: 186; makefile: 78
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
coverage[toml]
ddt >= 1.1.1, != 1.4.3
mock ; python_version < "3.8"
mypy==1.18.2 ; python_version >= "3.9" # pin mypy version to avoid new errors
pre-commit
pytest >= 7.3.1
pytest-cov
pytest-instafail
pytest-mock
pytest-sugar
typing-extensions ; python_version < "3.11"