diff options
author | Calum Lind <calumlind@gmail.com> | 2017-06-04 23:38:59 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2017-06-05 01:01:07 +0200 |
commit | 78dc75d55d890163d843d23bf195e3cb41910338 (patch) | |
tree | cf52bc82cc44e8396a119b8254645e124308772a /tox.ini | |
parent | [Lint] Fix triple-quoted to use double-quotes not single (diff) | |
download | deluge-78dc75d55d890163d843d23bf195e3cb41910338.tar.xz deluge-78dc75d55d890163d843d23bf195e3cb41910338.zip |
[Tests] Specify module versions to fix tox tests
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,8 @@ deps = {[testenv]deps} flake8 flake8-quotes +# Pin isort version due to bug in 4.2.13, failing checks only on travis! + isort==4.2.5 flake8-isort pep8-naming commands = @@ -175,6 +177,8 @@ deps = {[testenv]deps} sphinx sphinxcontrib-napoleon +# Pin requests version due to bug: https://github.com/requests/requests/issues/4125 + requests==2.15.1 whitelist_externals = {[testenv]whitelist_externals} |