summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2017-06-04 22:38:59 +0100
committerCalum Lind <calumlind@gmail.com>2017-06-05 00:01:07 +0100
commit78dc75d55d890163d843d23bf195e3cb41910338 (patch)
treecf52bc82cc44e8396a119b8254645e124308772a /tox.ini
parent579f56b0bfdd88389ff606e1a27dd20f7b36cbe6 (diff)
downloaddeluge-78dc75d55d890163d843d23bf195e3cb41910338.tar.gz
deluge-78dc75d55d890163d843d23bf195e3cb41910338.tar.bz2
deluge-78dc75d55d890163d843d23bf195e3cb41910338.zip
[Tests] Specify module versions to fix tox tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d570348fb..693f217d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}