summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
blob: 8b4834fa5dd52516a64cd61680ff4dc6495b338e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Pin coverage to 4.2 for now, were experiencing
# random crashes with 4.4.2
coverage == 4.4.0
pep8
pytest >= 3.1.0
pytest-cov >= 2.5.0
pytest-datafiles
pytest-env
pytest-pep8
pytest-pylint
# Provide option to run tests in parallel, less reliable
pytest-xdist