mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
[Tests] Raise minimum isort version to 4.2.5
The use of 'isort:imports-firstparty' in gtkui.py requires version >=4.2.5
This commit is contained in:
parent
bd7d10b81e
commit
983ee7b973
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -88,7 +88,7 @@ commands = {[testenv:pydef]commands}
|
||||||
[testenv:isort]
|
[testenv:isort]
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
isort>=4.2.0
|
isort>=4.2.5
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
{[testenv]whitelist_externals}
|
{[testenv]whitelist_externals}
|
||||||
isort
|
isort
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue