summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-08 12:19:03 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-08 12:19:03 +0100
commit39f37e6133ae0de0b85dc60a3805ef9fa3471d33 (patch)
tree61a70164b198aa89c50e92345dba73e5980c75f4 /tox.ini
parent0ed3554f95196f1c23dcd95275ba550f7698cff4 (diff)
downloaddeluge-39f37e6133ae0de0b85dc60a3805ef9fa3471d33.tar.gz
deluge-39f37e6133ae0de0b85dc60a3805ef9fa3471d33.tar.bz2
deluge-39f37e6133ae0de0b85dc60a3805ef9fa3471d33.zip
[Tests] Remove slimit dependency
The changes to the minify script mean we no longer require slimit.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 99e5a06cb..25b09b15c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,6 @@ sitepackages = True
deps =
{[base]deps}
-rrequirements-tests.txt
- slimit
whitelist_externals = pytest
[pytest]
@@ -83,7 +82,6 @@ commands = {[testenv:pydef]commands}
passenv = HOMEPATH SSH_AUTH_SOCK
deps =
pre-commit
- slimit
commands =
pre-commit run --all-files
@@ -168,7 +166,6 @@ commands =
sitepackages = False
changedir = docs
deps =
- slimit
-rrequirements-docs.txt
[testenv:docs]