mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-09 11:12:06 +00:00
e70a983a55
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
13 lines
151 B
Plaintext
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'
|