mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
build(deltachat-rpc-client): move development dependencies from tox.ini to pyproject.toml
This commit is contained in:
@@ -70,3 +70,11 @@ line-length = 120
|
|||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
dev = [
|
||||||
|
"imap-tools",
|
||||||
|
"pytest",
|
||||||
|
"pytest-timeout",
|
||||||
|
"pytest-xdist",
|
||||||
|
]
|
||||||
|
|||||||
@@ -12,11 +12,8 @@ setenv =
|
|||||||
RUST_MIN_STACK=8388608
|
RUST_MIN_STACK=8388608
|
||||||
passenv =
|
passenv =
|
||||||
CHATMAIL_DOMAIN
|
CHATMAIL_DOMAIN
|
||||||
deps =
|
dependency_groups =
|
||||||
pytest
|
dev
|
||||||
pytest-timeout
|
|
||||||
pytest-xdist
|
|
||||||
imap-tools
|
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|||||||
Reference in New Issue
Block a user