deluge/requirements-tests.txt
Calum Lind eb57412601 [Tests] Fix tox, pytest and travis issues
* Error occurring with Pytest 5.4 so pin to below that version.
 * Fix minor issues with Travis config.
 * Use full command-switches for pytest in tox config.
 * Remove pin for pip as issue with pip-wheel-metadata was fixed in 19.3
 * Remove tox-venv as causing issues of incompatible packages installed.
   The latest versions of the virtualenv package should handle these
   duties.
2020-04-12 17:37:42 +01:00

12 lines
125 B
Plaintext

pytest != 5.2.3, < 5.4
pytest-twisted
pytest-cov
mock
pre-commit
flake8
flake8-quotes
flake8-isort
pep8-naming
mccabe
pylint