deluge/requirements-tests.txt
Calum Lind e70a983a55
[Tests] Fix save_resume_data errors in test_torrent
Error in test_rename_unicode:

   TypeError: object MagicMock can't be used in 'await' expression

Fixed by using AsyncMock that can be awaited.
Added backport asyncmock for Python 3.7
2023-02-28 15:05:52 +00:00

13 lines
151 B
Plaintext

pytest
pytest-twisted
pytest-cov
mock
pre-commit
flake8<=3.7.9
flake8-quotes
flake8-isort
pep8-naming
mccabe
pylint
asyncmock; python_version <= '3.7'