mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 14:54:21 +00:00
[Tests] Specify module versions to fix tox tests
This commit is contained in:
parent
579f56b0bf
commit
78dc75d55d
4
tox.ini
4
tox.ini
@ -98,6 +98,8 @@ deps =
|
|||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
flake8
|
flake8
|
||||||
flake8-quotes
|
flake8-quotes
|
||||||
|
# Pin isort version due to bug in 4.2.13, failing checks only on travis!
|
||||||
|
isort==4.2.5
|
||||||
flake8-isort
|
flake8-isort
|
||||||
pep8-naming
|
pep8-naming
|
||||||
commands =
|
commands =
|
||||||
@ -175,6 +177,8 @@ deps =
|
|||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
sphinx
|
sphinx
|
||||||
sphinxcontrib-napoleon
|
sphinxcontrib-napoleon
|
||||||
|
# Pin requests version due to bug: https://github.com/requests/requests/issues/4125
|
||||||
|
requests==2.15.1
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
{[testenv]whitelist_externals}
|
{[testenv]whitelist_externals}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user