Skip to content

Commit 891e166

Browse files
committed
build(deltachat-rpc-client): move development dependencies from tox.ini to pyproject.toml
1 parent df24532 commit 891e166

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

deltachat-rpc-client/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ line-length = 120
7070

7171
[tool.isort]
7272
profile = "black"
73+
74+
[dependency-groups]
75+
dev = [
76+
"imap-tools",
77+
"pytest",
78+
"pytest-timeout",
79+
"pytest-xdist",
80+
]

deltachat-rpc-client/tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ setenv =
1212
RUST_MIN_STACK=8388608
1313
passenv =
1414
CHATMAIL_DOMAIN
15-
deps =
16-
pytest
17-
pytest-timeout
18-
pytest-xdist
19-
imap-tools
15+
dependency_groups =
16+
dev
2017

2118
[testenv:lint]
2219
skipsdist = True

0 commit comments

Comments
 (0)