mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
[Tests] Remove slimit dependency
The changes to the minify script mean we no longer require slimit.
This commit is contained in:
parent
0ed3554f95
commit
39f37e6133
3 changed files with 0 additions and 5 deletions
|
@ -32,7 +32,6 @@ install:
|
||||||
- if not defined TOXENV (
|
- if not defined TOXENV (
|
||||||
pip install
|
pip install
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
slimit
|
|
||||||
pygame
|
pygame
|
||||||
bbfreeze
|
bbfreeze
|
||||||
pefile
|
pefile
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"wheel",
|
"wheel",
|
||||||
"slimit",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -18,7 +18,6 @@ sitepackages = True
|
||||||
deps =
|
deps =
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
-rrequirements-tests.txt
|
-rrequirements-tests.txt
|
||||||
slimit
|
|
||||||
whitelist_externals = pytest
|
whitelist_externals = pytest
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
|
@ -83,7 +82,6 @@ commands = {[testenv:pydef]commands}
|
||||||
passenv = HOMEPATH SSH_AUTH_SOCK
|
passenv = HOMEPATH SSH_AUTH_SOCK
|
||||||
deps =
|
deps =
|
||||||
pre-commit
|
pre-commit
|
||||||
slimit
|
|
||||||
commands =
|
commands =
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
|
|
||||||
|
@ -168,7 +166,6 @@ commands =
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
changedir = docs
|
changedir = docs
|
||||||
deps =
|
deps =
|
||||||
slimit
|
|
||||||
-rrequirements-docs.txt
|
-rrequirements-docs.txt
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue