mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
[Tests] Specify module versions to fix tox tests
This commit is contained in:
parent
579f56b0bf
commit
78dc75d55d
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue