-
- Downloads
dev-requirements.txt: Remove obsolete comments
This also fixes an error with pylint in setup.py: setup.py:226:19: R1718: Consider using a set comprehension (consider-using-set-comprehension)
# Pin coverage to 4.2 for now, we're experiencing | ||
# random crashes with 4.4.2 | ||
coverage == 4.4.0 | ||
pep8 | ||
pytest >= 3.1.0 | ||
... | ... | @@ -8,5 +6,4 @@ pytest-datafiles |
pytest-env | ||
pytest-pep8 | ||
pytest-pylint | ||
# Provide option to run tests in parallel, less reliable | ||
pytest-xdist |
Please register or sign in to comment